mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/g728dec: G.728 decoder
This commit is contained in:
parent
a3c900a0c4
commit
a107340035
11 changed files with 306 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue