aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-03 19:43:20 +0200
committerPaul B Mahol <onemda@gmail.com>2018-08-21 11:52:06 +0200
commit42a99b76de9869382059c3b53d2671c85a575972 (patch)
tree7f1ae89e7f5e085005375dec4d6483c94410101c /libavcodec/avcodec.h
parentdcef44f13625551506e876a7bf10fab2ffd35a50 (diff)
downloadffmpeg-42a99b76de9869382059c3b53d2671c85a575972.tar.gz
avcodec: add IMM4 decoder
This work is sponsored by VideoLAN.
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 56be65bd56..31e50d5a94 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -447,6 +447,7 @@ enum AVCodecID {
AV_CODEC_ID_SVG,
AV_CODEC_ID_GDV,
AV_CODEC_ID_FITS,
+ AV_CODEC_ID_IMM4,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs