Mercurial > libavcodec.hg
comparison xvmc.h @ 8900:12f4b161ce83 libavcodec
whitespace consistency cosmetics
author | diego |
---|---|
date | Sat, 14 Feb 2009 23:48:11 +0000 |
parents | 856ed45c4cfa |
children | 40d31e22a2ac |
comparison
equal
deleted
inserted
replaced
8899:856ed45c4cfa | 8900:12f4b161ce83 |
---|---|
68 int start_mv_blocks_num; ///< offset in the array for the current slice, updated by vo | 68 int start_mv_blocks_num; ///< offset in the array for the current slice, updated by vo |
69 int filled_mv_blocks_num; ///< processed mv block in this slice, changed by decoder | 69 int filled_mv_blocks_num; ///< processed mv block in this slice, changed by decoder |
70 | 70 |
71 int next_free_data_block_num; ///< used in add_mv_block, pointer to next free block | 71 int next_free_data_block_num; ///< used in add_mv_block, pointer to next free block |
72 //}@ | 72 //}@ |
73 /** extensions may be placed here*/ | 73 /** extensions may be placed here */ |
74 #if LIBAVCODEC_VERSION_MAJOR < 53 | 74 #if LIBAVCODEC_VERSION_MAJOR < 53 |
75 //@{ | 75 //@{ |
76 void* p_osd_target_surface_render; ///< pointer to the surface where subpicture is rendered | 76 void* p_osd_target_surface_render; ///< pointer to the surface where subpicture is rendered |
77 //}@ | 77 //}@ |
78 #endif | 78 #endif |