diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-09-23 16:49:25 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-26 17:49:09 +0100 |
commit | 3609d2b78340c06920973dc46b85b517c789782f (patch) | |
tree | 3327209c26c94101d7e57598d257677e149e98b1 /libavcodec/allcodecs.c | |
parent | 93b5d9030b1f22feb3d8ff242f638d5e0009ce3a (diff) | |
download | ffmpeg-3609d2b78340c06920973dc46b85b517c789782f.tar.gz |
avcodec: add QOA 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 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; |