Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Naufal Basheer <naufal11@gmail.com>2011-03-18 01:56:50 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-09-29 23:44:03 +0400
commitf990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch)
treed904736b73ee2e96299ea20b6888fa06587f5707 /libavformat/allformats.c
parentda43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff)
Add the G723.1 demuxer and decoder
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 429ccc51fa..94421aba07 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -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);