summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-27 08:34:05 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-31 13:21:05 +0200
commit2c5e1efc093084f1cb4e55b8c06c267801828965 (patch)
treeb3d0e0ed3ed9c9d7f678057fa7be11c6a2eee9e7 /libavcodec/mpegvideo.h
parent297d9cb3dc6850b83ba4e95789143833cecdfd87 (diff)
mpeg12enc: add drop_frame_timecode private option.
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
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 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;