1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-25 14:23:15 +02:00

avcodec: add FTR audio decoder and parser

This commit is contained in:
Paul B Mahol
2022-08-30 17:14:46 +02:00
parent 2f9fa7e3e9
commit a166b8a19b
11 changed files with 333 additions and 1 deletions

View File

@ -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;