aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2025-07-01 16:35:59 +1000
committerPeter Ross <pross@xvid.org>2025-07-04 17:07:53 +1000
commit0fe9f25e76163613505f77a8036dc62524070f0a (patch)
treea281794b6a83111d237e1c8d1d604571fb2930f1 /libavcodec/allcodecs.c
parentad0a44028dcf0cb9f6f7d3a5c5bd5b4bd57b09f5 (diff)
downloadffmpeg-0fe9f25e76163613505f77a8036dc62524070f0a.tar.gz
avcodec/adpcm: Sanyo LD-ADPCM 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 9087b16895..7b01453ca2 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -694,6 +694,7 @@ extern const FFCodec ff_adpcm_ms_encoder;
extern const FFCodec ff_adpcm_ms_decoder;
extern const FFCodec ff_adpcm_mtaf_decoder;
extern const FFCodec ff_adpcm_psx_decoder;
+extern const FFCodec ff_adpcm_sanyo_decoder;
extern const FFCodec ff_adpcm_sbpro_2_decoder;
extern const FFCodec ff_adpcm_sbpro_3_decoder;
extern const FFCodec ff_adpcm_sbpro_4_decoder;