summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-04-10 19:54:41 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-04-16 11:14:36 +0530
commit240aa70b798e99c15191d986261966bdbce59dba (patch)
tree03642825833c2b042e4e0568b33d565df1838835 /libavformat/allformats.c
parent652279e35becae7b4c0b6b73e4f6c074e8a8b77c (diff)
avformat/rawenc: remove singlejpeg muxer
It was added in 51ac1f616f due to ticket #4218, in order to show a single image via ffserver. With ffserver long gone, it serves no purpose.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index a38fd1f583..fa093c7ac2 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -405,7 +405,6 @@ extern AVInputFormat ff_sga_demuxer;
extern AVInputFormat ff_shorten_demuxer;
extern AVInputFormat ff_siff_demuxer;
extern AVInputFormat ff_simbiosis_imx_demuxer;
-extern AVOutputFormat ff_singlejpeg_muxer;
extern AVInputFormat ff_sln_demuxer;
extern AVInputFormat ff_smacker_demuxer;
extern AVInputFormat ff_smjpeg_demuxer;