Browse Source

Remove a comment that references a non-existing function.

Originally committed as revision 17273 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
465ce23e4d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mpegvideo_xvmc.c

+ 0
- 1
libavcodec/mpegvideo_xvmc.c View File

@@ -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;


Loading…
Cancel
Save