[FFmpeg-cvslog] r9688 - trunk/libavcodec/h264.c

gpoirier subversion
Sun Jul 15 21:03:12 CEST 2007


Author: gpoirier
Date: Sun Jul 15 21:03:12 2007
New Revision: 9688

Log:
fix visual painting of MVs from h264: they are painted twice too long
since the MVs are in qpel res.
Patch by Andreas Oman % andreas A olebyn P nu %
Date: Jul 14, 2007 12:40 PM
Subject: [FFmpeg-devel] [PATCH] h264 mv visualization


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Sun Jul 15 21:03:12 2007
@@ -2938,6 +2938,7 @@ static int decode_init(AVCodecContext *a
 
     // set defaults
 //    s->decode_mb= ff_h263_decode_mb;
+    s->quarter_sample = 1;
     s->low_delay= 1;
     avctx->pix_fmt= PIX_FMT_YUV420P;
 




More information about the ffmpeg-cvslog mailing list