lgtm On 9/30/19, Steven Liu <l...@chinaffmpeg.org> wrote: > Signed-off-by: Steven Liu <l...@chinaffmpeg.org> > --- > libavcodec/pngdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c > index 2d6c1b218e..d37dabcc4d 100644 > --- a/libavcodec/pngdec.c > +++ b/libavcodec/pngdec.c > @@ -424,7 +424,7 @@ static int png_decode_idat(PNGDecContext *s, int length) > s->zstream.next_out = s->crow_buf; > } > if (ret == Z_STREAM_END && s->zstream.avail_in > 0) { > - av_log(NULL, AV_LOG_WARNING, > + av_log(s->avctx, AV_LOG_WARNING, > "%d undecompressed bytes left in buffer\n", > s->zstream.avail_in); > return 0; > } > -- > 2.15.1 > > > > _______________________________________________ > 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".