Commit 586a7b8d authored by diego's avatar diego

Remove a comment that references a non-existing function.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17273 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fea00e83
......@@ -75,7 +75,6 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
render->picture_structure = s->picture_structure;
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
// make sure that all data is drawn by XVMC_end_frame
assert(render->filled_mv_blocks_num == 0);
render->p_future_surface = NULL;
......
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