On Wed, Jul 29, 2020 at 09:19:10PM +0530, gautamr...@gmail.com wrote:
> From: Gautam Ramakrishnan
>
> This patch allows the JPEG2000 encoder to
> encode images to up to 16 bits.
> ---
> libavcodec/j2kenc.c | 99 ++---
> 1 file changed, 57 insertions(+), 42
From: Gautam Ramakrishnan
This patch allows the JPEG2000 encoder to
encode images to up to 16 bits.
---
libavcodec/j2kenc.c | 99 ++---
1 file changed, 57 insertions(+), 42 deletions(-)
diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c
index 38643c9a