summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-21 13:33:07 +0100
committerPaul B Mahol <onemda@gmail.com>2021-03-01 17:41:05 +0100
commitc6c82428af51ab63068234a038564acfd4960eec (patch)
tree6bb3c5fa79460325bbe3cd78195d8b5239477edf /libavformat/allformats.c
parent6b43e1a86c7c356be7b8fc553fa8721e502290e2 (diff)
avformat: add Digital Pictures SGA game 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 3b69423508..ade247640c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -401,6 +401,7 @@ extern AVOutputFormat ff_segafilm_muxer;
extern AVOutputFormat ff_segment_muxer;
extern AVOutputFormat ff_stream_segment_muxer;
extern AVInputFormat ff_ser_demuxer;
+extern AVInputFormat ff_sga_demuxer;
extern AVInputFormat ff_shorten_demuxer;
extern AVInputFormat ff_siff_demuxer;
extern AVInputFormat ff_simbiosis_imx_demuxer;