cosmetics: K&R style

Originally committed as revision 17284 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-02-14 21:49:48 +00:00
parent 9939841fe2
commit cb18fb6288

View File

@@ -292,7 +292,7 @@ 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. */
and following 'if ()' automatically call callback to free blocks. */
if (render->filled_mv_blocks_num >= render->total_number_of_mv_blocks)