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
_______________________________________________
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".

Reply via email to