]> git.sesse.net Git - ffmpeg/commitdiff
Remove a comment that references a non-existing function.
authorDiego Biurrun <diego@biurrun.de>
Sat, 14 Feb 2009 19:47:55 +0000 (19:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 14 Feb 2009 19:47:55 +0000 (19:47 +0000)
Originally committed as revision 17273 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo_xvmc.c

index 50e8986d85c869054febcc0a53b778ebbd9a20c5..bbc87a52737cc54633674938a71d7e7cc8d6c8ac 100644 (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;