On Sun, Apr 21, 2019 at 11:31:26AM +0200, Paul B Mahol wrote: > On 4/21/19, Michael Niedermayer <mich...@niedermayer.cc> wrote: > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > > --- > > libavcodec/agm.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/agm.c b/libavcodec/agm.c > > index c9d7be5521..7dcfaff4ad 100644 > > --- a/libavcodec/agm.c > > +++ b/libavcodec/agm.c > > @@ -943,7 +943,7 @@ static int make_new_tree(const uint8_t *bitlens, > > uint32_t *codes) > > } > > > > for (int i = 0; i < 256; i++) { > > - node_idx[i] = 257 + i;; > > + node_idx[i] = 257 + i; > > } > > > > curlen = 1; > > -- > > 2.21.0 > > > > _______________________________________________ > > 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". > > ok
will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What does censorship reveal? It reveals fear. -- Julian Assange
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".