summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-09-11 11:47:34 +0200
committerPaul B Mahol <onemda@gmail.com>2020-09-13 16:05:01 +0200
commitddc9cce3cd20fdf8d523e4bab3cab55de6b862b0 (patch)
tree9bbfa47eb5644bcd84977f357ba6047d8e4bafee /libavformat/allformats.c
parentcd67bf2a280fb3d2038756e523666b0bd1d1d6fc (diff)
avformat: add Square SVS 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 97e9be4269..82838e3c53 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -416,6 +416,7 @@ extern AVInputFormat ff_subviewer_demuxer;
extern AVInputFormat ff_sup_demuxer;
extern AVOutputFormat ff_sup_muxer;
extern AVInputFormat ff_svag_demuxer;
+extern AVInputFormat ff_svs_demuxer;
extern AVInputFormat ff_swf_demuxer;
extern AVOutputFormat ff_swf_muxer;
extern AVInputFormat ff_tak_demuxer;