summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2015-02-13 08:36:17 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-02-19 12:05:19 -0500
commit062cd5a975ff7bd6fb91f9b4d1d9d102a7545499 (patch)
treee1f6115b9d44073b3fd6eb801eed7e294adaef1d /libavformat/allformats.c
parentc56b9b1eb278c5ef89d3f0832a56dfe4732cb68b (diff)
lavf: Add DSS demuxer
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@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 cb22ae3836..f4be81a458 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -94,6 +94,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(DIRAC, dirac);
REGISTER_MUXDEMUX(DNXHD, dnxhd);
REGISTER_DEMUXER (DSICIN, dsicin);
+ REGISTER_DEMUXER (DSS, dss);
REGISTER_MUXDEMUX(DTS, dts);
REGISTER_MUXDEMUX(DV, dv);
REGISTER_DEMUXER (DXA, dxa);