diff mpegts.c @ 2023:a3e79d6e4e3c libavformat

add an enum for need_parsing
author aurel
date Sun, 15 Apr 2007 13:51:57 +0000
parents 174083eafc6c
children 8c239da52650
line wrap: on
line diff
--- a/mpegts.c	Sun Apr 15 12:35:44 2007 +0000
+++ b/mpegts.c	Sun Apr 15 13:51:57 2007 +0000
@@ -961,7 +961,7 @@
         st->priv_data = pes;
         st->codec->codec_type = codec_type;
         st->codec->codec_id = codec_id;
-        st->need_parsing = 1;
+        st->need_parsing = AVSTREAM_PARSE_FULL;
         pes->st = st;
     }
     return st;