aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg/libavcodec/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffmpeg/libavcodec/avcodec.h')
-rw-r--r--lib/ffmpeg/libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/libavcodec/avcodec.h b/lib/ffmpeg/libavcodec/avcodec.h
index 0b756d08e3..6996c9266b 100644
--- a/lib/ffmpeg/libavcodec/avcodec.h
+++ b/lib/ffmpeg/libavcodec/avcodec.h
@@ -435,6 +435,7 @@ enum CodecID {
CODEC_ID_BINTEXT = MKBETAG('B','T','X','T'),
CODEC_ID_XBIN = MKBETAG('X','B','I','N'),
CODEC_ID_IDF = MKBETAG( 0 ,'I','D','F'),
+ CODEC_ID_OTF = MKBETAG( 0 ,'O','T','F'),
CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it