On Sun, Apr 19, 2020 at 8:20 AM Carl Eugen Hoyos <[email protected]> wrote: > > Am Sa., 18. Apr. 2020 um 21:54 Uhr schrieb <[email protected]>: > > > > From: Gautam Ramakrishnan <[email protected]> > > > > I have attempted to write a JPEG2000 Parser. > > Does it work both for format j2k and jp2 as written > by FFmpeg's encoder? > I have tried to make it work for both. j2k files have only the codestream content. The parser attempts to parse full files or just codestreams. So if the stream has a a jp2 file and a j2k codestream, it should work. > Carl Eugen > _______________________________________________ > 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".
-- ------------- 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".
