# HG changeset patch # User diego # Date 1234640476 0 # Node ID 706274a30a80c1e4ebf30834b40312cc4249bf13 # Parent 199e9809eb5a873c2a0abb444159fe4bf60b048e Remove one more commented-out line. diff -r 199e9809eb5a -r 706274a30a80 mpegvideo_xvmc.c --- 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;