Add the G723.1 demuxer and decoder

This commit is contained in:
Mohamed Naufal Basheer
2011-03-17 23:56:50 +01:00
committed by Michael Niedermayer
parent da43980fa5
commit f990dc374e
9 changed files with 1172 additions and 2 deletions

View File

@@ -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);