summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-01-27 15:05:55 +0100
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:24:15 +0100
commitf843460eb790d37e444e5946628f228421916537 (patch)
treeafb37a0a05c2b171fe344a31a1e19789f46323c0 /libavcodec/avcodec.h
parent59c9dc82f450638a3068deeb1db5c56f6d155752 (diff)
avcodec/avcodec: Remove AV_CODEC_FLAG2_DROP_FRAME_TIMECODE
It has been deprecated in 94d68a41fabb55dd8c7e59b88fe4a28a637d1e5f and can't be set via AVOptions. The only codecs that use it (the MPEG-1/2 encoders) have private options for this. So remove it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e8333a94f1..3884e52de9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -353,11 +353,6 @@ typedef struct RcOverride{
#define AV_CODEC_FLAG2_LOCAL_HEADER (1 << 3)
/**
- * timecode is in drop frame format. DEPRECATED!!!!
- */
-#define AV_CODEC_FLAG2_DROP_FRAME_TIMECODE (1 << 13)
-
-/**
* Input bitstream might be truncated at a packet boundaries
* instead of only at frame boundaries.
*/