avcodec: add PhotoCD decoder

This commit is contained in:
Paul B Mahol 2020-08-29 17:03:20 +02:00
parent f901d75bf1
commit c8e38950e3
8 changed files with 487 additions and 1 deletions

View file

@ -297,6 +297,7 @@ enum AVCodecID {
AV_CODEC_ID_NOTCHLC,
AV_CODEC_ID_PFM,
AV_CODEC_ID_MOBICLIP,
AV_CODEC_ID_PHOTOCD,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs