avcodec/g728dec: G.728 decoder

This commit is contained in:
Peter Ross 2024-12-19 22:56:36 +11:00
parent a3c900a0c4
commit a107340035
11 changed files with 306 additions and 2 deletions

View file

@ -477,6 +477,7 @@ 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_g728_decoder;
extern const FFCodec ff_g729_decoder;
extern const FFCodec ff_gsm_decoder;
extern const FFCodec ff_gsm_ms_decoder;