summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-21 12:29:44 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-25 12:00:02 +0100
commitb953aec3c408049680ae722cf703b778b6e806d2 (patch)
tree3ca006bc8371f4ac1ad9d03fe4539428fcc80f0a /libavformat/allformats.c
parenta135b017dec55d7cd10d400081f7eee3b32210c8 (diff)
avformat: add Sample Dump eXchange demuxer
Signed-off-by: Paul B Mahol <onemda@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 e30305b92b..b8590cec99 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -276,6 +276,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SDP, sdp);
REGISTER_DEMUXER (SDR2, sdr2);
REGISTER_DEMUXER (SDS, sds);
+ REGISTER_DEMUXER (SDX, sdx);
#if CONFIG_RTPDEC
ff_register_rtp_dynamic_payload_handlers();
ff_register_rdt_dynamic_payload_handlers();