aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-09-23 16:49:25 +0200
committerPaul B Mahol <onemda@gmail.com>2023-11-26 17:49:09 +0100
commit3609d2b78340c06920973dc46b85b517c789782f (patch)
tree3327209c26c94101d7e57598d257677e149e98b1 /libavcodec/allcodecs.c
parent93b5d9030b1f22feb3d8ff242f638d5e0009ce3a (diff)
downloadffmpeg-3609d2b78340c06920973dc46b85b517c789782f.tar.gz
avcodec: add QOA 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 87595683f9..b0f004e15c 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -522,6 +522,7 @@ extern const FFCodec ff_paf_audio_decoder;
extern const FFCodec ff_qcelp_decoder;
extern const FFCodec ff_qdm2_decoder;
extern const FFCodec ff_qdmc_decoder;
+extern const FFCodec ff_qoa_decoder;
extern const FFCodec ff_ra_144_encoder;
extern const FFCodec ff_ra_144_decoder;
extern const FFCodec ff_ra_288_decoder;