diff mp3.c @ 2023:a3e79d6e4e3c libavformat

add an enum for need_parsing
author aurel
date Sun, 15 Apr 2007 13:51:57 +0000
parents 1a3c9056982a
children a3fe42b9f15a
line wrap: on
line diff
--- a/mp3.c	Sun Apr 15 12:35:44 2007 +0000
+++ b/mp3.c	Sun Apr 15 13:51:57 2007 +0000
@@ -292,7 +292,7 @@
 
     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)) {