On 4/21/19, Michael Niedermayer <[email protected]> wrote: > Signed-off-by: Michael Niedermayer <[email protected]> > --- > 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe".
ok _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
