diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-03 19:43:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-21 11:52:06 +0200 |
commit | 42a99b76de9869382059c3b53d2671c85a575972 (patch) | |
tree | 7f1ae89e7f5e085005375dec4d6483c94410101c /libavcodec/avcodec.h | |
parent | dcef44f13625551506e876a7bf10fab2ffd35a50 (diff) | |
download | ffmpeg-42a99b76de9869382059c3b53d2671c85a575972.tar.gz |
avcodec: add IMM4 decoder
This work is sponsored by VideoLAN.
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 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 |