Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/mpegvideo.h Sun Mar 24 04:58:54 2002 +0000 +++ b/mpegvideo.h Sun Mar 24 21:25:04 2002 +0000 @@ -230,6 +230,8 @@ int sprite_warping_accuracy; int low_latency_sprite; int data_partioning; + int resync_marker; + int resync_x_pos; /* divx specific, used to workaround (many) bugs in divx5 */ int divx_version; @@ -253,7 +255,7 @@ int dc_table_index; int use_skip_mb_code; int slice_height; /* in macroblocks */ - int first_slice_line; + int first_slice_line; /* used in mpeg4 too to handle resync markers */ int flipflop_rounding; int bitrate; /* decompression specific */
