On Tue, Jun 23, 2020 at 2:48 AM Michael Niedermayer <[email protected]> wrote: > > On Mon, Jun 22, 2020 at 12:12:06AM +0530, [email protected] wrote: > > From: Gautam Ramakrishnan <[email protected]> > > > > libopenjpeg2000 uses ceiling division while dividing tile > > co-ordinates with the sample separation. Also, corrections > > were made to the WRITE_FRAME macro. > > --- > > libavcodec/jpeg2000dec.c | 24 ++++++++++++++---------- > > 1 file changed, 14 insertions(+), 10 deletions(-) > > is there a jpeg2000 file for which this makes a difference ? > > thx > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > Awnsering whenever a program halts or runs forever is > On a turing machine, in general impossible (turings halting problem). > On any real computer, always possible as a real computer has a finite number > of states N, and will either halt in less than N cycles or never halt. > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe".
This patch was also mainly for p1_01.j2k and p1_07.j2k. I did not mention these two files in the commit messages as it needed the pixel format selection change to work and the files could be decoded only if that path was applied. -- ------------- Gautam | _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
