diff mpegvideo_xvmc.c @ 8885:d3f806fb5f71 libavcodec

cosmetics: K&R style
author diego
date Sat, 14 Feb 2009 21:49:48 +0000
parents a054304f57d4
children f873e2b1ac7f
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Sat Feb 14 21:33:13 2009 +0000
+++ b/mpegvideo_xvmc.c	Sat Feb 14 21:49:48 2009 +0000
@@ -76,10 +76,10 @@
     render->picture_structure = s->picture_structure;
     render->flags             = s->first_field ? 0 : XVMC_SECOND_FIELD;
 
-    if(render->filled_mv_blocks_num){
+    if (render->filled_mv_blocks_num) {
         av_log(avctx, AV_LOG_ERROR,
-                "Rendering surface contains %i unprocessed blocks\n",
-                render->filled_mv_blocks_num);
+               "Rendering surface contains %i unprocessed blocks\n",
+               render->filled_mv_blocks_num);
         assert(0);
     }
 
@@ -292,7 +292,7 @@
     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. */
+    and following 'if ()' automatically call callback to free blocks. */
 
 
     if (render->filled_mv_blocks_num >= render->total_number_of_mv_blocks)