diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-01-21 12:21:44 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-01-24 16:58:01 +0100 |
commit | c5a545cff864366c22487b47a2e605a06464790e (patch) | |
tree | a341e8c22a8da0b9ea41c4cfa440115e304d0a61 /libavcodec/allcodecs.c | |
parent | 9d5e66942c5bae578926e29efebec348199798df (diff) | |
download | ffmpeg-c5a545cff864366c22487b47a2e605a06464790e.tar.gz |
avcodec: add WADY DPCM decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index b009848a44..46aaa89e99 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -628,6 +628,7 @@ extern const FFCodec ff_roq_dpcm_decoder; extern const FFCodec ff_sdx2_dpcm_decoder; extern const FFCodec ff_sol_dpcm_decoder; extern const FFCodec ff_xan_dpcm_decoder; +extern const FFCodec ff_wady_dpcm_decoder; /* ADPCM codecs */ extern const FFCodec ff_adpcm_4xm_decoder; |