summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-03-24 21:25:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-03-24 21:25:04 +0000
commit490922441b42f391b8fad0aee516f5274bde6864 (patch)
tree7f574cf45102ad730c7ff2a437acf726472910db /libavcodec/mpegvideo.h
parent122546a6d151d3af88cc2330b9d9bb6e4fcaef68 (diff)
resync marker support, needed for some mp4 files
Originally committed as revision 358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index c1a0a137b6..49c36bec21 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -230,6 +230,8 @@ typedef struct MpegEncContext {
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 @@ typedef struct MpegEncContext {
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 */