Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/jpeg2000dec.c: Modify image dimensions

2020-06-27 Thread Michael Niedermayer
On Mon, Jun 22, 2020 at 11:33:38PM +0200, Carl Eugen Hoyos wrote: > Am Mo., 22. Juni 2020 um 23:32 Uhr schrieb Michael Niedermayer > : > > > > On Mon, Jun 22, 2020 at 12:12:05AM +0530, gautamr...@gmail.com wrote: > > > From: Gautam Ramakrishnan > > > > > > Reduce image size of the image if all com

Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/jpeg2000dec.c: Modify image dimensions

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 23:32 Uhr schrieb Michael Niedermayer : > > On Mon, Jun 22, 2020 at 12:12:05AM +0530, gautamr...@gmail.com wrote: > > From: Gautam Ramakrishnan > > > > Reduce image size of the image if all components have > > a non zero sample separation. This is to replicate the > > outp

Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/jpeg2000dec.c: Modify image dimensions

2020-06-22 Thread Michael Niedermayer
On Mon, Jun 22, 2020 at 12:12:05AM +0530, gautamr...@gmail.com wrote: > From: Gautam Ramakrishnan > > Reduce image size of the image if all components have > a non zero sample separation. This is to replicate the > output of opj_decompress. > --- > libavcodec/jpeg2000dec.c | 19 ++---