summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMohamed Naufal Basheer <naufal11@gmail.com>2011-03-17 23:56:50 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-07-22 07:58:54 +0200
commit55c3a4f617171ad1138df684cbafa570807bc6a9 (patch)
tree2d393e8da606e645b032bea2cc0057f7edbc38e1 /libavformat/allformats.c
parent8aac5585fa7e50d899103efaa3aa4b2a774b16b4 (diff)
G.723.1 demuxer and decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
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 46b3bc7dad..34e9d610da 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -99,6 +99,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);