diff mpegvideo.c @ 4346:855350bd0daf libavcodec

some interlaced direct sanity checks
author michael
date Sat, 13 Jan 2007 02:45:05 +0000
parents a9f4d5c92218
children 8e78248586b0
line wrap: on
line diff
--- a/mpegvideo.c	Sat Jan 13 01:00:37 2007 +0000
+++ b/mpegvideo.c	Sat Jan 13 02:45:05 2007 +0000
@@ -4630,6 +4630,7 @@
     s->parse_context.index= 0;
     s->parse_context.last_index= 0;
     s->bitstream_buffer_size=0;
+    s->pp_time=0;
 }
 
 #ifdef CONFIG_ENCODERS