summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-01-21 19:25:41 +0100
committerPaul B Mahol <onemda@gmail.com>2023-02-04 09:36:01 +0100
commit651da919153e385f0769238c091109c06a142ca6 (patch)
treec6fabbb173d286bac8da7c9b9cf47ec9b8480156 /libavcodec/allcodecs.c
parent9a820ec8b1e2323b70a1cebd204bf459bf7daa1a (diff)
avcodec: add WavArc 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 ff82423a88..b80b6983e9 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -538,6 +538,7 @@ extern const FFCodec ff_twinvq_decoder;
extern const FFCodec ff_vmdaudio_decoder;
extern const FFCodec ff_vorbis_encoder;
extern const FFCodec ff_vorbis_decoder;
+extern const FFCodec ff_wavarc_decoder;
extern const FFCodec ff_wavpack_encoder;
extern const FFCodec ff_wavpack_decoder;
extern const FFCodec ff_wmalossless_decoder;