On Thu, Sep 05, 2019 at 06:44:55AM +0800, lance.lmw...@gmail.com wrote:

ping

> From: Limin Wang <lance.lmw...@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmw...@gmail.com>
> ---
>  libavcodec/tscc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c
> index 6d03081..b0dbef4 100644
> --- a/libavcodec/tscc.c
> +++ b/libavcodec/tscc.c
> @@ -88,7 +88,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, 
> int *got_frame,
>          av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", ret);
>          return AVERROR_UNKNOWN;
>      }
> -    c->zstream.next_in   = buf;
> +    c->zstream.next_in   = (uint8_t*)buf;
>      c->zstream.avail_in  = buf_size;
>      c->zstream.next_out = c->decomp_buf;
>      c->zstream.avail_out = c->decomp_size;
> -- 
> 2.6.4
> 
_______________________________________________
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