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

diego subversion
Sat Feb 14 22:52:45 CET 2009


Author: diego
Date: Sat Feb 14 22:52:44 2009
New Revision: 17286

Log:
cosmetics: comment wording/grammar

Modified:
   trunk/libavcodec/mpegvideo_xvmc.c

Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 22:50:46 2009	(r17285)
+++ trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 22:52:44 2009	(r17286)
@@ -291,8 +291,9 @@ void ff_xvmc_decode_mb(MpegEncContext *s
 
     assert(render->filled_mv_blocks_num     <= render->total_number_of_mv_blocks);
     assert(render->next_free_data_block_num <= render->total_number_of_data_blocks);
-    /*The above conditions should not be able to fail as long as this function is used
-    and following 'if ()' automatically call callback to free blocks. */
+    /* The above conditions should not be able to fail as long as this function
+     * is used and the following 'if ()' automatically calls a callback to free
+     * blocks. */
 
 
     if (render->filled_mv_blocks_num >= render->total_number_of_mv_blocks)




More information about the ffmpeg-cvslog mailing list