> -----Original Message----- > From: Pedro Arthur [mailto:[email protected]] > Sent: Monday, February 24, 2020 11:30 PM > To: FFmpeg development discussions and patches <[email protected]> > Cc: Guo, Yejun <[email protected]> > Subject: Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_sr.c: refine code to use > AVPixFmtDescriptor.log2_chroma_h/w > > Em seg., 24 de fev. de 2020 às 05:50, Guo, Yejun <[email protected]> > escreveu: > > > > Signed-off-by: Guo, Yejun <[email protected]> > > --- > > libavfilter/vf_sr.c | 40 ++++++---------------------------------- > > 1 file changed, 6 insertions(+), 34 deletions(-) > > > > diff --git a/libavfilter/vf_sr.c b/libavfilter/vf_sr.c > > index 562b030..f000eda 100644 > > --- a/libavfilter/vf_sr.c > > +++ b/libavfilter/vf_sr.c > desc->log2_chroma_w); > > + > > sr_context->sws_contexts[0] = sws_getContext(sws_src_w, > sws_src_h, AV_PIX_FMT_GRAY8, > > > sws_dst_w, sws_dst_h, AV_PIX_FMT_GRAY8, > > > SWS_BICUBIC, NULL, NULL, NULL); > > -- > > 2.7.4 > > > LGTM
Thanks. Since there is an issue in patch 3 and patch 4, I will send out V2 patch set without this one. > > > _______________________________________________ > > 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". _______________________________________________ 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".
