Re: [FFmpeg-devel] [PATCH]lavf/rawdec: Probe last byte for mjpeg

2018-01-20 Thread Carl Eugen Hoyos
2018-01-21 3:39 GMT+01:00 Michael Niedermayer : > On Sat, Jan 20, 2018 at 04:11:00PM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes ticket #6957 for me, I believe >> there was an off-by-one issue in the original function. >> >> Please comment, Carl Eugen > >> rawdec.c |2 +- >

Re: [FFmpeg-devel] [PATCH]lavf/rawdec: Probe last byte for mjpeg

2018-01-20 Thread Michael Niedermayer
On Sat, Jan 20, 2018 at 04:11:00PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #6957 for me, I believe > there was an off-by-one issue in the original function. > > Please comment, Carl Eugen > rawdec.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 0d791c

[FFmpeg-devel] [PATCH]lavf/rawdec: Probe last byte for mjpeg

2018-01-20 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #6957 for me, I believe there was an off-by-one issue in the original function. Please comment, Carl Eugen From 0711e0474f9a83ec47a31b8cf261cf2e6a10a35e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 20 Jan 2018 16:07:25 +0100 Subject: [PATCH] lavf/raw