mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
Add the G723.1 demuxer and decoder
This commit is contained in:
committed by
Michael Niedermayer
parent
da43980fa5
commit
f990dc374e
@@ -258,6 +258,7 @@ void avcodec_register_all(void)
|
||||
REGISTER_DECODER (DSICINAUDIO, dsicinaudio);
|
||||
REGISTER_ENCDEC (EAC3, eac3);
|
||||
REGISTER_ENCDEC (FLAC, flac);
|
||||
REGISTER_DECODER (G723_1, g723_1);
|
||||
REGISTER_DECODER (G729, g729);
|
||||
REGISTER_DECODER (GSM, gsm);
|
||||
REGISTER_DECODER (GSM_MS, gsm_ms);
|
||||
|
||||
Reference in New Issue
Block a user