diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-27 08:34:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-31 13:21:05 +0200 |
commit | 2c5e1efc093084f1cb4e55b8c06c267801828965 (patch) | |
tree | b3d0e0ed3ed9c9d7f678057fa7be11c6a2eee9e7 /libavcodec/mpegvideo.h | |
parent | 297d9cb3dc6850b83ba4e95789143833cecdfd87 (diff) | |
download | ffmpeg-2c5e1efc093084f1cb4e55b8c06c267801828965.tar.gz |
mpeg12enc: add drop_frame_timecode private option.
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
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 0790b075f0..34069c69bb 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -644,6 +644,7 @@ typedef struct MpegEncContext { int interlaced_dct; 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. /* RTP specific */ int rtp_mode; |