# HG changeset patch # User andoma # Date 1192719754 0 # Node ID c63b1bd7be161bb2883943c96123b31305c96eca # Parent 2aea27e618ba91d7c5000a06f0f1bd8edcaef31e set start_time to 0 to enable seeking in mp3-files patch by Thorsten Jordan, tjordan macrosystem de diff -r 2aea27e618ba -r c63b1bd7be16 mp3.c --- a/mp3.c Thu Oct 18 09:50:53 2007 +0000 +++ b/mp3.c Thu Oct 18 15:02:34 2007 +0000 @@ -438,6 +438,7 @@ 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)) {