summaryrefslogtreecommitdiff
path: root/libavcodec/codec_id.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-05-27 16:42:24 +0200
committerPaul B Mahol <onemda@gmail.com>2020-05-30 18:02:55 +0200
commitd49db99ce2be29c4ae4083dfb04128ff842285fd (patch)
treee3637d365b11f5fe2a27261b9691b86070861527 /libavcodec/codec_id.h
parent439128960991aea38263a53c7634a0e2aa786691 (diff)
avcodec: add PFM image decoder
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r--libavcodec/codec_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h
index f7cb0a6056..d885962c9c 100644
--- a/libavcodec/codec_id.h
+++ b/libavcodec/codec_id.h
@@ -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