Commit 63a21bc0 authored by Diego Biurrun's avatar Diego Biurrun

Remove one more commented-out line.

Originally committed as revision 17271 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7e2e870e
......@@ -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