[SCM] libav/experimental: set start_time to 0 to enable seeking in mp3-files

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:23 UTC 2013


The following commit has been merged in the experimental branch:
commit f97931c1223d27b68300aeca0f8ab699da2a5fa7
Author: Thorsten Jordan <tjordan@ macrosystem.de>
Date:   Thu Oct 18 15:02:34 2007 +0000

    set start_time to 0 to enable seeking in mp3-files
    
    patch by Thorsten Jordan, tjordan macrosystem de
    
    Originally committed as revision 10780 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index bc12e8e..6173be2 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -438,6 +438,7 @@ static int mp3_read_header(AVFormatContext *s,
     st->codec->codec_type = CODEC_TYPE_AUDIO;
     st->codec->codec_id = CODEC_ID_MP3;
     st->need_parsing = AVSTREAM_PARSE_FULL;
+    st->start_time = 0;
 
     /* try to get the TAG */
     if (!url_is_streamed(&s->pb)) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list