avcodec: add PFM image decoder

This commit is contained in:
Paul B Mahol
2020-05-27 16:42:24 +02:00
parent 4391289609
commit d49db99ce2
10 changed files with 87 additions and 5 deletions

View File

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