changeset 8872:706274a30a80 libavcodec

Remove one more commented-out line.
author diego
date Sat, 14 Feb 2009 19:41:16 +0000
parents 199e9809eb5a
children 02c59b74ba71
files mpegvideo_xvmc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Sat Feb 14 19:39:07 2009 +0000
+++ b/mpegvideo_xvmc.c	Sat Feb 14 19:41:16 2009 +0000
@@ -95,7 +95,7 @@
             // 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;