comparison mpegvideo.h @ 290:2899263586cd libavcodec

resync marker support, needed for some mp4 files
author michaelni
date Sun, 24 Mar 2002 21:25:04 +0000
parents f82cce6cb182
children 944632089814
comparison
equal deleted inserted replaced
289:648e9245546d 290:2899263586cd
228 int reduced_res_vop; 228 int reduced_res_vop;
229 int aspect_ratio_info; 229 int aspect_ratio_info;
230 int sprite_warping_accuracy; 230 int sprite_warping_accuracy;
231 int low_latency_sprite; 231 int low_latency_sprite;
232 int data_partioning; 232 int data_partioning;
233 int resync_marker;
234 int resync_x_pos;
233 235
234 /* divx specific, used to workaround (many) bugs in divx5 */ 236 /* divx specific, used to workaround (many) bugs in divx5 */
235 int divx_version; 237 int divx_version;
236 int divx_build; 238 int divx_build;
237 239
251 int rl_table_index; 253 int rl_table_index;
252 int rl_chroma_table_index; 254 int rl_chroma_table_index;
253 int dc_table_index; 255 int dc_table_index;
254 int use_skip_mb_code; 256 int use_skip_mb_code;
255 int slice_height; /* in macroblocks */ 257 int slice_height; /* in macroblocks */
256 int first_slice_line; 258 int first_slice_line; /* used in mpeg4 too to handle resync markers */
257 int flipflop_rounding; 259 int flipflop_rounding;
258 int bitrate; 260 int bitrate;
259 /* decompression specific */ 261 /* decompression specific */
260 GetBitContext gb; 262 GetBitContext gb;
261 263