You've already forked FFmpeg
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user