summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2011-10-30 00:10:02 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-10-29 22:08:25 +0200
commit0fd59f1d456d12ddcdf628e83111f22a21c00d8b (patch)
tree1e8e2f0216b064b6f48a194a1576640a0b7691b2 /libavformat/allformats.c
parente71aaad283533f879cb09faaa58060412c55aaa3 (diff)
Minimal patch for G.729 demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5ce50806a0..cc9a902c7d 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -101,6 +101,7 @@ void av_register_all(void)
REGISTER_MUXER (FRAMEMD5, framemd5);
REGISTER_MUXDEMUX (G722, g722);
REGISTER_MUXDEMUX (G723_1, g723_1);
+ REGISTER_DEMUXER (G729, g729);
REGISTER_MUXER (GIF, gif);
REGISTER_DEMUXER (GSM, gsm);
REGISTER_MUXDEMUX (GXF, gxf);