mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-12 01:29:29 +00:00
Remove one more commented-out line.
Originally committed as revision 17271 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7e2e870e06
commit
63a21bc041
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user