diff options
author | Sébastien Brochet <blinkseb@xbmc.org> | 2012-09-09 11:00:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-10 17:08:18 +0200 |
commit | e14725cecc1941f5b87209b8846dbea34b64a3c1 (patch) | |
tree | 66a7a21c9955aeceea240d7198682e2936519185 /libavcodec/avcodec.h | |
parent | 41dba453f9d164d1aebfea255686e5d267ac118a (diff) | |
download | ffmpeg-e14725cecc1941f5b87209b8846dbea34b64a3c1.tar.gz |
add OTF support for attachments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 199dd3ba5f..ddf785e68a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -455,6 +455,7 @@ enum AVCodecID { AV_CODEC_ID_BINTEXT = MKBETAG('B','T','X','T'), AV_CODEC_ID_XBIN = MKBETAG('X','B','I','N'), AV_CODEC_ID_IDF = MKBETAG( 0 ,'I','D','F'), + AV_CODEC_ID_OTF = MKBETAG( 0 ,'O','T','F'), AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it |