On Thu, Sep 12, 2019 at 12:55:09PM +0200, Carl Eugen Hoyos wrote:
> Am Do., 12. Sept. 2019 um 11:24 Uhr schrieb <[email protected]>:
> >
> > From: Limin Wang <[email protected]>
> >
> > Signed-off-by: Limin Wang <[email protected]>
> > ---
> >  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.

will apply the patchset.


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

-- 
Thanks,
Limin Wang
_______________________________________________
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".

Reply via email to