Re: [FFmpeg-devel] [PATCH] libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers

2020-08-05 Thread Michael Niedermayer
On Tue, Aug 04, 2020 at 06:28:02PM +0530, gautamr...@gmail.com wrote: > From: Gautam Ramakrishnan > > This patch allows the encoder to use SOP and EPH > markers. This would be useful as these markers > provide better error detection mechanisms. > --- > libavcodec/j2kenc.c | 28 ++

[FFmpeg-devel] [PATCH] libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers

2020-08-04 Thread gautamramk
From: Gautam Ramakrishnan This patch allows the encoder to use SOP and EPH markers. This would be useful as these markers provide better error detection mechanisms. --- libavcodec/j2kenc.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/libavcode