[FFmpeg-cvslog] r17273 - trunk/libavcodec/mpegvideo_xvmc.c

diego subversion
Sat Feb 14 20:47:55 CET 2009


Author: diego
Date: Sat Feb 14 20:47:55 2009
New Revision: 17273

Log:
Remove a comment that references a non-existing function.

Modified:
   trunk/libavcodec/mpegvideo_xvmc.c

Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 20:42:29 2009	(r17272)
+++ trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 20:47:55 2009	(r17273)
@@ -75,7 +75,6 @@ int ff_xvmc_field_start(MpegEncContext*s
     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;




More information about the ffmpeg-cvslog mailing list