summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMisty De Meo <mistydemeo@gmail.com>2018-04-02 10:53:30 -0700
committerJosh de Kock <josh@itanimul.li>2018-04-05 22:04:30 +0100
commit187ff5a10864f16b7872eca722e844e8f04ec57b (patch)
tree61c3b2f2f6b9cb2fa2f82149755f779da23d82c6 /libavformat/allformats.c
parent1425114af24d8402758ca11f7177d19a7f98df4d (diff)
Add Sega FILM muxer
Signed-off-by: Josh de Kock <josh@itanimul.li>
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 d8d733735a..d582778b3b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -362,6 +362,7 @@ extern AVInputFormat ff_sdr2_demuxer;
extern AVInputFormat ff_sds_demuxer;
extern AVInputFormat ff_sdx_demuxer;
extern AVInputFormat ff_segafilm_demuxer;
+extern AVOutputFormat ff_segafilm_muxer;
extern AVOutputFormat ff_segment_muxer;
extern AVOutputFormat ff_stream_segment_muxer;
extern AVInputFormat ff_shorten_demuxer;