summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2017-07-01 17:06:27 +0300
committerPaul B Mahol <onemda@gmail.com>2017-07-19 12:27:33 +0200
commitf04ef268164f7e88bef809fb028c6fa01b024ea3 (patch)
tree6e49d59da19c1c5f964296e85c7bb0c247294e99 /libavformat/allformats.c
parent930fe4b1f75d4176a7226fccdcbd6c68b816a1b7 (diff)
avformat: add SMPTE 337M demuxer
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 a0e2fb8c85..1ebc14231c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -267,6 +267,7 @@ static void register_all(void)
REGISTER_MUXDEMUX(RTP, rtp);
REGISTER_MUXER (RTP_MPEGTS, rtp_mpegts);
REGISTER_MUXDEMUX(RTSP, rtsp);
+ REGISTER_DEMUXER (S337M, s337m);
REGISTER_DEMUXER (SAMI, sami);
REGISTER_MUXDEMUX(SAP, sap);
REGISTER_DEMUXER (SBG, sbg);