mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add FTR audio decoder and parser
This commit is contained in:
parent
2f9fa7e3e9
commit
a166b8a19b
11 changed files with 333 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue