summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-08-30 17:14:46 +0200
committerPaul B Mahol <onemda@gmail.com>2022-09-24 14:03:59 +0200
commita166b8a19bb34afc2c6727f20f551fce9a53d6fe (patch)
tree98ba651f57251a0f07d9d02d881f15bad47d954f /libavcodec/allcodecs.c
parent2f9fa7e3e9e85c736e6ba87192ec8f32bdf069a7 (diff)
downloadffmpeg-a166b8a19bb34afc2c6727f20f551fce9a53d6fe.tar.gz
avcodec: add FTR audio decoder and parser
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 fc88e25fda..3454823a05 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -468,6 +468,7 @@ extern const FFCodec ff_fastaudio_decoder;
extern const FFCodec ff_ffwavesynth_decoder;
extern const FFCodec ff_flac_encoder;
extern const FFCodec ff_flac_decoder;
+extern const FFCodec ff_ftr_decoder;
extern const FFCodec ff_g723_1_encoder;
extern const FFCodec ff_g723_1_decoder;
extern const FFCodec ff_g729_decoder;