Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-11-02 19:30:27 +0400
committerNicolas George <nicolas.george@normalesup.org>2011-12-15 21:38:06 +0400
commit2c82ab946b8722a3501069e346809288db69e858 (patch)
tree4312513eda372d839d1771f296b7f2a7a6173a01 /libavformat/allformats.c
parentb33fd66f46fc8817344eca2468707f4c00568d7f (diff)
lavf: add SBG 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 9593bd5a08..c221405c30 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -201,6 +201,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (RTP, rtp);
REGISTER_MUXDEMUX (RTSP, rtsp);
REGISTER_MUXDEMUX (SAP, sap);
+ REGISTER_DEMUXER (SBG, sbg);
REGISTER_DEMUXER (SDP, sdp);
#if CONFIG_RTPDEC
av_register_rtp_dynamic_payload_handlers();