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

@ -100,6 +100,7 @@ void av_register_all(void)
REGISTER_MUXER (FRAMECRC, framecrc);
REGISTER_MUXER (FRAMEMD5, framemd5);
REGISTER_MUXDEMUX (G722, g722);
REGISTER_DEMUXER (G723_1, g723_1);
REGISTER_MUXER (GIF, gif);
REGISTER_DEMUXER (GSM, gsm);
REGISTER_MUXDEMUX (GXF, gxf);