> -----Original Message----- > From: James Zern [mailto:jz...@google.com] > Sent: Thursday, September 12, 2019 2:18 PM > To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> > Cc: Guo, Yejun <yejun....@intel.com> > Subject: Re: [FFmpeg-devel] [PATCH V8] avcodec/libvpxenc: add ROI-based > encoding support for VP8/VP9 > > Hi, > > On Tue, Sep 10, 2019 at 6:13 PM Guo, Yejun <yejun....@intel.com> wrote: > > > > example command line to verify it: > > ./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3:-0.8 -c:v libvpx -b:v 2M > tmp.webm > > > > Signed-off-by: Guo, Yejun <yejun....@intel.com> > > --- > > libavcodec/libvpxenc.c | 188 > +++++++++++++++++++++++++++++++++++++++++++++++++ > > libavcodec/version.h | 2 +- > > 2 files changed, 189 insertions(+), 1 deletion(-) > > > > Thanks for updating the patch. Could you run tools/patcheck on it? I > think the gcc 2.95 comment might be dated [1], so you can ignore that > one.
sure, will refine it with patchcheck. _______________________________________________ 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".