mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08:00
add an enum for need_parsing
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -292,7 +292,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 = 1;
|
||||
st->need_parsing = AVSTREAM_PARSE_FULL;
|
||||
|
||||
/* try to get the TAG */
|
||||
if (!url_is_streamed(&s->pb)) {
|
||||
|
||||
Reference in New Issue
Block a user