git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mpeg12enc: add drop_frame_timecode private option.
[ffmpeg.git]
/
libavcodec
/
mpegvideo.h
diff --git
a/libavcodec/mpegvideo.h
b/libavcodec/mpegvideo.h
index
0790b07
..
34069c6
100644
(file)
--- 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;