summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-01-24 16:14:25 +0100
committerPaul B Mahol <onemda@gmail.com>2023-01-27 19:45:36 +0100
commit01343683fa219587fa282637389d13fde403099d (patch)
tree80086241f457d084e533bd7da1663ef4bd87cec7 /libavcodec/allcodecs.c
parent0c7da969247cc4498dccefc554d7aaf3c00c194f (diff)
downloadffmpeg-01343683fa219587fa282637389d13fde403099d.tar.gz
avcodec: add CBD2 DPCM decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index f728c6c82e..f30047e17a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -620,6 +620,7 @@ extern const FFCodec ff_pcm_vidc_encoder;
extern const FFCodec ff_pcm_vidc_decoder;
/* DPCM codecs */
+extern const FFCodec ff_cbd2_dpcm_decoder;
extern const FFCodec ff_derf_dpcm_decoder;
extern const FFCodec ff_gremlin_dpcm_decoder;
extern const FFCodec ff_interplay_dpcm_decoder;