Commit fd713f08 authored by bellard's avatar bellard

added parsing


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2498 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad4409a6
......@@ -253,7 +253,8 @@ static int mp3_read_header(AVFormatContext *s,
st->codec.codec_type = CODEC_TYPE_AUDIO;
st->codec.codec_id = CODEC_ID_MP3;
st->need_parsing = 1;
/* try to get the TAG */
if (!url_is_streamed(&s->pb)) {
/* XXX: change that */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment