diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2015-02-13 08:36:17 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-02-19 12:05:19 -0500 |
commit | 062cd5a975ff7bd6fb91f9b4d1d9d102a7545499 (patch) | |
tree | e1f6115b9d44073b3fd6eb801eed7e294adaef1d /libavformat/allformats.c | |
parent | c56b9b1eb278c5ef89d3f0832a56dfe4732cb68b (diff) | |
download | ffmpeg-062cd5a975ff7bd6fb91f9b4d1d9d102a7545499.tar.gz |
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.c | 1 |
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); |