summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2014-03-11 16:24:55 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-06 16:41:41 +0200
commiteeadcdfd1a6f3089b6bf6e194d6ece8d3f113123 (patch)
tree39b9efe55db7336fedf796f3a7f5812ce1998ef5 /libavformat/allformats.c
parent6f273093e54cba130f3ffde3d6433e74baa4ad89 (diff)
LucasArts SMUSH demuxer
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 f9f7c68abc..4f3acf56a3 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -223,6 +223,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SMACKER, smacker);
REGISTER_MUXDEMUX(SMJPEG, smjpeg);
REGISTER_MUXER (SMOOTHSTREAMING, smoothstreaming);
+ REGISTER_DEMUXER (SMUSH, smush);
REGISTER_DEMUXER (SOL, sol);
REGISTER_MUXDEMUX(SOX, sox);
REGISTER_MUXDEMUX(SPDIF, spdif);