Re: [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support 2:3 subsampling

2018-10-17 Thread Carl Eugen Hoyos
2018-10-17 22:12 GMT+02:00, Michael Niedermayer : > On Wed, Oct 17, 2018 at 09:01:30PM +0200, Carl Eugen Hoyos wrote: >> 2018-10-17 17:51 GMT+02:00, Michael Niedermayer : >> > On Wed, Oct 17, 2018 at 12:22:51AM +0200, Carl Eugen Hoyos wrote: >> >> Hi! >> >> >> >> Attached patch allows decoding the

Re: [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support 2:3 subsampling

2018-10-17 Thread Michael Niedermayer
On Wed, Oct 17, 2018 at 09:01:30PM +0200, Carl Eugen Hoyos wrote: > 2018-10-17 17:51 GMT+02:00, Michael Niedermayer : > > On Wed, Oct 17, 2018 at 12:22:51AM +0200, Carl Eugen Hoyos wrote: > >> Hi! > >> > >> Attached patch allows decoding the sample from ticket #7495. > >> > >> Please review, Carl E

Re: [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support 2:3 subsampling

2018-10-17 Thread Carl Eugen Hoyos
2018-10-17 17:51 GMT+02:00, Michael Niedermayer : > On Wed, Oct 17, 2018 at 12:22:51AM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch allows decoding the sample from ticket #7495. >> >> Please review, Carl Eugen > >> mjpegdec.c | 17 ++--- >> 1 file changed, 14 insertions

Re: [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support 2:3 subsampling

2018-10-17 Thread Michael Niedermayer
On Wed, Oct 17, 2018 at 12:22:51AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows decoding the sample from ticket #7495. > > Please review, Carl Eugen > mjpegdec.c | 17 ++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > 8f0d03a533b42c35f2bd8d5bdae4dabd24b1

[FFmpeg-devel] [PATCH]lavc/mjpegdec: Support 2:3 subsampling

2018-10-16 Thread Carl Eugen Hoyos
Hi! Attached patch allows decoding the sample from ticket #7495. Please review, Carl Eugen From 0e9d2ec4e0cba36ba03a6b7470a707c0a3f88b8c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 17 Oct 2018 00:21:26 +0200 Subject: [PATCH] lavc/mjpegdec: Support 2:3 subsampling. Fixes ticket #7