summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2016-03-19 17:48:39 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-05-17 12:24:32 -0400
commitd621b2f795684f7119057f986066060adbe84220 (patch)
tree72e6c5c5bbbf77671ef6f344f0631ea806cb4b94 /libavformat/allformats.c
parent34effe816f9f3df2e6b8bc738e2b5a86a24fd0d7 (diff)
lavf: Raw G.729 demuxer
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 687ae1bf2a..f51c4e75ed 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -105,6 +105,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);