Skip to content
Snippets Groups Projects
Commit ba0ce88a authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

added parsing

Originally committed as revision 2498 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4986a429
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment