On Wed, Aug 19, 2020 at 01:10:35AM +0530, gautamr...@gmail.com wrote: > From: Gautam Ramakrishnan <gautamr...@gmail.com> > > This patch fixes tag tree coding for JPEG2000 > encoder. > --- > libavcodec/j2kenc.c | 43 +++++++++++++++++++++++++------------------ > libavcodec/jpeg2000.c | 1 + > libavcodec/jpeg2000.h | 1 + > 3 files changed, 27 insertions(+), 18 deletions(-) > > diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c > index 16863f8e8c..1c31e48d61 100644 > --- a/libavcodec/j2kenc.c > +++ b/libavcodec/j2kenc.c > @@ -239,30 +239,37 @@ static void j2k_flush(Jpeg2000EncoderContext *s) > /* tag tree routines */ > > /** code the value stored in node */ > -static void tag_tree_code(Jpeg2000EncoderContext *s, Jpeg2000TgtNode *node, > int threshold) > +static void tag_tree_code(Jpeg2000EncoderContext *s, Jpeg2000TgtNode *node, > int threshold, int log)
This breaks build until a subsequent patch [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".