avcodec: add ARBC decoder

Thanks Kostya for great help in reversing binary.
This commit is contained in:
Paul B Mahol
2019-01-20 11:18:38 +01:00
parent d8ebfd1bdf
commit 795af110f7
8 changed files with 217 additions and 1 deletions

View File

@@ -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