[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263.c,1.302,1.303

Michael Niedermayer CVS michael
Sun Mar 12 20:55:55 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv10072

Modified Files:
	h263.c 
Log Message:
reset interlaced_dct flag


Index: h263.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263.c,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- h263.c	10 Mar 2006 18:40:41 -0000	1.302
+++ h263.c	12 Mar 2006 19:55:52 -0000	1.303
@@ -5574,6 +5574,7 @@
 
         s->progressive_sequence=
         s->progressive_frame= get_bits1(gb)^1;
+        s->interlaced_dct=0;
         if(!get_bits1(gb) && (s->avctx->debug & FF_DEBUG_PICT_INFO))
             av_log(s->avctx, AV_LOG_INFO, "MPEG4 OBMC not supported (very likely buggy encoder)\n");   /* OBMC Disable */
         if (vo_ver_id == 1) {





More information about the ffmpeg-cvslog mailing list