On Sun, Jul 01, 2012 at 02:58:44PM +0100, Mans Rullgard wrote:
> Signed-off-by: Mans Rullgard <[email protected]>
> ---
>  libavcodec/rl2.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c
> index 9b21bb6..4d1937a 100644
> --- a/libavcodec/rl2.c
> +++ b/libavcodec/rl2.c
> @@ -64,7 +64,7 @@ static void rl2_rle_decode(Rl2Context *s,const unsigned 
> char* in,int size,
>      const unsigned char* back_frame = s->back_frame;
>      const unsigned char* in_end = in + size;
>      const unsigned char* out_end = out + stride * s->avctx->height;
> -    unsigned char* line_end = out + s->avctx->width;
> +    unsigned char* line_end;
>  
>      /** copy start of the background frame */
>      for(i=0;i<=base_y;i++){
> -- 

LGTM
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to