aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-20 11:18:38 +0100
committerPaul B Mahol <onemda@gmail.com>2019-01-27 13:53:29 +0100
commit795af110f70bbd12b45ae2d3b08e7f45db5224a0 (patch)
tree708e289c4e0354632068113b214d81280d452de5 /libavcodec/avcodec.h
parentd8ebfd1bdf7e2c47af3eb057b97de5b7fe854e35 (diff)
downloadffmpeg-795af110f70bbd12b45ae2d3b08e7f45db5224a0.tar.gz
avcodec: add ARBC decoder
Thanks Kostya for great help in reversing binary.
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 90f9f08289..72dc277dfd 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -453,6 +453,7 @@ enum AVCodecID {
AV_CODEC_ID_WCMV,
AV_CODEC_ID_RASC,
AV_CODEC_ID_HYMT,
+ AV_CODEC_ID_ARBC,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs