Commit 9a4b6d52 authored by diego's avatar diego

Remove one more commented-out line.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17271 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee3b9594
......@@ -95,7 +95,7 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
// 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment