summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-12 11:33:29 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-13 15:40:08 +0200
commit0709b0561f10b70172dac3dd42383abb998d9b2f (patch)
tree47950671b936eae6c18ddbb5cebe38f3b5c66990 /libavformat/allformats.c
parent296609f859a587575b91fe9e9691f2707d6e8136 (diff)
avformat: add SER 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 5c32ee6dff..9e41718685 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -367,6 +367,7 @@ extern AVInputFormat ff_segafilm_demuxer;
extern AVOutputFormat ff_segafilm_muxer;
extern AVOutputFormat ff_segment_muxer;
extern AVOutputFormat ff_stream_segment_muxer;
+extern AVInputFormat ff_ser_demuxer;
extern AVInputFormat ff_shorten_demuxer;
extern AVInputFormat ff_siff_demuxer;
extern AVOutputFormat ff_singlejpeg_muxer;