avcodec: add Interplay ACM decoder

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2015-10-30 18:15:22 +01:00
parent 4746653466
commit c89e075d5a
7 changed files with 628 additions and 2 deletions

View File

@@ -496,6 +496,7 @@ enum AVCodecID {
AV_CODEC_ID_DSD_LSBF_PLANAR,
AV_CODEC_ID_DSD_MSBF_PLANAR,
AV_CODEC_ID_4GV,
AV_CODEC_ID_INTERPLAY_ACM,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.