aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-21 16:17:17 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-24 12:55:46 +0200
commitf61e2dcfc399113e1b0408e58a085fca329d0da4 (patch)
treec7e232fa24456b60edc369355b453adf5667a8ff /libavformat/allformats.c
parentcb1a3eecac2d3395bf1e26289643082b4305f86a (diff)
downloadffmpeg-f61e2dcfc399113e1b0408e58a085fca329d0da4.tar.gz
lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.
Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 1ebc14231c..78ff2ebf29 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -132,6 +132,8 @@ static void register_all(void)
REGISTER_DEMUXER (FRM, frm);
REGISTER_DEMUXER (FSB, fsb);
REGISTER_MUXDEMUX(G722, g722);
+ REGISTER_DEMUXER (G726, g726);
+ REGISTER_DEMUXER (G726LE, g726le);
REGISTER_MUXDEMUX(G723_1, g723_1);
REGISTER_DEMUXER (G729, g729);
REGISTER_DEMUXER (GDV, gdv);