comparison h264.c @ 3066:04b924f8f5a5 libavcodec

warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
author diego
date Wed, 25 Jan 2006 22:10:13 +0000
parents f02d0b59279c
children cc0357a90e8f
comparison
equal deleted inserted replaced
3065:b2c352a66a73 3066:04b924f8f5a5
160 #define NAL_END_STREAM 11 160 #define NAL_END_STREAM 11
161 #define NAL_FILLER_DATA 12 161 #define NAL_FILLER_DATA 12
162 #define NAL_SPS_EXT 13 162 #define NAL_SPS_EXT 13
163 #define NAL_AUXILIARY_SLICE 19 163 #define NAL_AUXILIARY_SLICE 19
164 uint8_t *rbsp_buffer; 164 uint8_t *rbsp_buffer;
165 int rbsp_buffer_size; 165 unsigned int rbsp_buffer_size;
166 166
167 /** 167 /**
168 * Used to parse AVC variant of h264 168 * Used to parse AVC variant of h264
169 */ 169 */
170 int is_avc; ///< this flag is != 0 if codec is avc1 170 int is_avc; ///< this flag is != 0 if codec is avc1