[FFmpeg-devel] [PATCH]lavf/rtpdec_jpeg: Fix JFIF version
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Aug 25 20:31:25 EEST 2020
Am Fr., 22. Mai 2020 um 22:39 Uhr schrieb Michael Niedermayer
<michael at niedermayer.cc>:
>
> On Thu, May 21, 2020 at 10:05:57PM +0200, Carl Eugen Hoyos wrote:
> > Hi!
> >
> > When receiving jpeg frames via rtp, libavformat currently writes a
> > wrong JFIF version (2.01 instead of 1.02), see also 85ca012ba68.
> > Attached patch fixes the version.
> >
> > Please comment, Carl Eugen
>
> > rtpdec_jpeg.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 84e0f8878b2a0a1ad99bae56f64566b4f582c43b 0001-lavf-rtpdec_jpeg-Fix-JFIF-version.patch
> > From cf3250c1f044a940336ce17484a1d783849ed71f Mon Sep 17 00:00:00 2001
> > From: Carl Eugen Hoyos <ceffmpeg at gmail.com>
> > Date: Thu, 21 May 2020 22:03:08 +0200
> > Subject: [PATCH] lavf/rtpdec_jpeg: Fix JFIF version.
> >
> > See also 85ca012b
> > ---
> > libavformat/rtpdec_jpeg.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> probably ok, please bump the micro version also
Patch applied with the version bump.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list