diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-27 10:16:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-31 13:28:41 +0200 |
commit | aed790070486b1b01b48106310d9d0ca1730e459 (patch) | |
tree | a965ef6bea49b84485fbfe171501d3683cd85ad6 /libavcodec/mpegvideo.h | |
parent | 4bcee8e7f826b79206da660cd66ad91e497d7184 (diff) | |
download | ffmpeg-aed790070486b1b01b48106310d9d0ca1730e459.tar.gz |
mpeg12: add 'scan_offset' private option.
Deprecate CODEC_FLAG_SVCD_SCAN_OFFSET
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 34069c69bb..923d46c884 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -645,6 +645,7 @@ typedef struct MpegEncContext { int first_slice; int first_field; ///< is 1 for the first field of a field picture 0 otherwise int drop_frame_timecode; ///< timecode is in drop frame format. + int scan_offset; ///< reserve space for SVCD scan offset user data. /* RTP specific */ int rtp_mode; |