[FFmpeg-devel] [PATCH] avformat/rawenc: remove singlejpeg muxer
Gyan Doshi
ffmpeg at gyani.pro
Thu Apr 15 07:21:53 EEST 2021
On 2021-04-12 21:27, Gyan Doshi wrote:
> Ping.
Plan to push in 24h.
>
> On 2021-04-10 20:00, Gyan Doshi wrote:
>> 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.
>> ---
>>  libavformat/Makefile    | 1 -
>> Â libavformat/allformats.c |Â 1 -
>>  libavformat/rawenc.c    | 13 -------------
>> Â 3 files changed, 15 deletions(-)
>>
>> diff --git a/libavformat/Makefile b/libavformat/Makefile
>> index 0f340f74a0..bc1ddfa81c 100644
>> --- a/libavformat/Makefile
>> +++ b/libavformat/Makefile
>> @@ -506,7 +506,6 @@ OBJS-$(CONFIG_SGA_DEMUXER)Â Â Â Â Â Â Â Â Â Â Â Â Â Â += sga.o
>> Â OBJS-$(CONFIG_SHORTEN_DEMUXER)Â Â Â Â Â Â Â Â Â Â += shortendec.o rawdec.o
>> Â OBJS-$(CONFIG_SIFF_DEMUXER)Â Â Â Â Â Â Â Â Â Â Â Â Â += siff.o
>> Â OBJS-$(CONFIG_SIMBIOSIS_IMX_DEMUXER)Â Â Â Â += imx.o
>> -OBJS-$(CONFIG_SINGLEJPEG_MUXER)Â Â Â Â Â Â Â Â Â += rawenc.o
>> Â OBJS-$(CONFIG_SLN_DEMUXER)Â Â Â Â Â Â Â Â Â Â Â Â Â Â += pcmdec.o pcm.o
>> Â OBJS-$(CONFIG_SMACKER_DEMUXER)Â Â Â Â Â Â Â Â Â Â += smacker.o
>> Â OBJS-$(CONFIG_SMJPEG_DEMUXER)Â Â Â Â Â Â Â Â Â Â Â += smjpegdec.o smjpeg.o
>> 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;
>> diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c
>> index caec297f4a..a43a7a6278 100644
>> --- a/libavformat/rawenc.c
>> +++ b/libavformat/rawenc.c
>> @@ -399,19 +399,6 @@ AVOutputFormat ff_mjpeg_muxer = {
>> Â };
>> Â #endif
>> Â -#if CONFIG_SINGLEJPEG_MUXER
>> -AVOutputFormat ff_singlejpeg_muxer = {
>> -   .name             = "singlejpeg",
>> -   .long_name        = NULL_IF_CONFIG_SMALL("JPEG single image"),
>> -   .mime_type        = "image/jpeg",
>> -   .audio_codec      = AV_CODEC_ID_NONE,
>> -   .video_codec      = AV_CODEC_ID_MJPEG,
>> -   .init             = force_one_stream,
>> -   .write_packet     = ff_raw_write_packet,
>> -   .flags            = AVFMT_NOTIMESTAMPS,
>> -};
>> -#endif
>> -
>> Â #if CONFIG_MLP_MUXER
>> Â AVOutputFormat ff_mlp_muxer = {
>>      .name             = "mlp",
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list