[FFmpeg-cvslog] r17271 - trunk/libavcodec/mpegvideo_xvmc.c

diego subversion
Sat Feb 14 20:41:16 CET 2009


Author: diego
Date: Sat Feb 14 20:41:16 2009
New Revision: 17271

Log:
Remove one more commented-out line.

Modified:
   trunk/libavcodec/mpegvideo_xvmc.c

Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 20:39:07 2009	(r17270)
+++ trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 20:41:16 2009	(r17271)
@@ -95,7 +95,7 @@ int ff_xvmc_field_start(MpegEncContext*s
             // no return here, going to set forward prediction
         case  FF_P_TYPE:
             last = (struct xvmc_render_state*)s->last_picture.data[2];
-            if (!last) // && !s->first_field)
+            if (!last)
                 last = render; // predict second field from the first
             if (last->magic != AV_XVMC_RENDER_MAGIC)
                 return -1;




More information about the ffmpeg-cvslog mailing list