aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2014-06-14 17:07:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-14 19:45:53 +0200
commit9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0 (patch)
tree37b806df51af88fb3d1a4a4db2e72640bac7dee2 /libavcodec/mpegvideo.h
parent66f4891e6422ada894dccdd63bc4464d634d9e61 (diff)
downloadffmpeg-9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0.tar.gz
mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_extension
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 20dba38e9d..ea0b7e5e24 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -588,6 +588,7 @@ typedef struct MpegEncContext {
int q_scale_type;
int intra_vlc_format;
int alternate_scan;
+ int seq_disp_ext;
int repeat_first_field;
int chroma_420_type;
int chroma_format;