mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add PhotoCD decoder
This commit is contained in:
parent
f901d75bf1
commit
c8e38950e3
8 changed files with 487 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue