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 ++
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