diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-01-20 17:01:31 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-01-22 13:00:25 +0100 |
commit | 7f9978b0bdfc80ac23248df743645d1efc7e123f (patch) | |
tree | 7adfb0aa532846d8c576237ed232037d8d92edce /libavformat/allformats.c | |
parent | d5d474aea53822642f0465825f8a94cb2327e1e6 (diff) | |
download | ffmpeg-7f9978b0bdfc80ac23248df743645d1efc7e123f.tar.gz |
avformat: add MIDI Sample Dump Standard demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 6a79b75d78..e30305b92b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -275,6 +275,7 @@ void av_register_all(void) REGISTER_DEMUXER (SBG, sbg); REGISTER_DEMUXER (SDP, sdp); REGISTER_DEMUXER (SDR2, sdr2); + REGISTER_DEMUXER (SDS, sds); #if CONFIG_RTPDEC ff_register_rtp_dynamic_payload_handlers(); ff_register_rdt_dynamic_payload_handlers(); |