aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-08 19:02:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-08 19:02:46 +0100
commit0c4bf87b296145e38510655d1a14196493d5c54e (patch)
tree63eb4722659980ba21abe4b72ab8a2f0e48f8a57 /libavcodec/avcodec.h
parentb08f554fdc0886ab9815b2e3db3ae8a93baa57c8 (diff)
parentcde7df25ef74b85b5ce11d9171779f28f0c12d15 (diff)
downloadffmpeg-0c4bf87b296145e38510655d1a14196493d5c54e.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index fe60de0fee..655c280287 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -285,6 +285,7 @@ enum AVCodecID {
AV_CODEC_ID_WEBP_DEPRECATED,
AV_CODEC_ID_HNM4_VIDEO,
AV_CODEC_ID_HEVC_DEPRECATED,
+ AV_CODEC_ID_FIC,
AV_CODEC_ID_BRENDER_PIX= MKBETAG('B','P','I','X'),
AV_CODEC_ID_Y41P = MKBETAG('Y','4','1','P'),