diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-01-20 11:18:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-01-27 13:53:29 +0100 |
commit | 795af110f70bbd12b45ae2d3b08e7f45db5224a0 (patch) | |
tree | 708e289c4e0354632068113b214d81280d452de5 /libavcodec/avcodec.h | |
parent | d8ebfd1bdf7e2c47af3eb057b97de5b7fe854e35 (diff) | |
download | ffmpeg-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.h | 1 |
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 |