diff mpegvideo_xvmc.c @ 8887:c4f2086d74f8 libavcodec

cosmetics: comment wording/grammar
author diego
date Sat, 14 Feb 2009 21:52:44 +0000
parents f873e2b1ac7f
children 5b7c6ebb4a36
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Sat Feb 14 21:50:46 2009 +0000
+++ b/mpegvideo_xvmc.c	Sat Feb 14 21:52:44 2009 +0000
@@ -291,8 +291,9 @@
 
     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)