On Thu, Sep 12, 2019 at 12:55:09PM +0200, Carl Eugen Hoyos wrote:
> Am Do., 12. Sept. 2019 um 11:24 Uhr schrieb <lance.lmw...@gmail.com>:
> >
> > From: Limin Wang <lance.lmw...@gmail.com>
> >
> > Signed-off-by: Limin Wang <lance.lmw...@gmail.com>
> > ---
> >  libavcodec/lcldec.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c
> > index 046cdc4f8e..1154221f8f 100644
> > --- a/libavcodec/lcldec.c
> > +++ b/libavcodec/lcldec.c
> > @@ -136,7 +136,7 @@ static int zlib_decomp(AVCodecContext *avctx, const 
> > uint8_t *src, int src_len, i
> >          av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret);
> >          return AVERROR_UNKNOWN;
> >      }
> > -    c->zstream.next_in = (uint8_t *)src;
> > +    c->zstream.next_in = src;
> 
> I prefer this patchset, others may disagree.
ping for the patchset, thank you.

> 
> Thank you, Carl Eugen
> _______________________________________________
> 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".
_______________________________________________
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