Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Skip COM when auto-detecting jpeg

2016-03-22 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > img2dec.c |1 + > > 1 file changed, 1 insertion(+) > > 1d78d0ad2dff449b2bd4b170d2823db11c98d758 patchjpegcom.diff > > should be ok Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Skip COM when auto-detecting jpeg

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 01:37:59AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch theoretically improves the jpeg auto-detection. > > Please comment, Carl Eugen > img2dec.c |1 + > 1 file changed, 1 insertion(+) > 1d78d0ad2dff449b2bd4b170d2823db11c98d758 patchjpegcom.diff should

[FFmpeg-devel] [PATCH]lavf/img2dec: Skip COM when auto-detecting jpeg

2016-03-21 Thread Carl Eugen Hoyos
Hi! Attached patch theoretically improves the jpeg auto-detection. Please comment, Carl Eugen diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index fe0e346..6864374 100644 --- a/libavformat/img2dec.c +++ b/libavformat/img2dec.c @@ -742,6 +742,7 @@ static int jpeg_probe(AVProbeData *p)