On Wed, Sep 18, 2019 at 12:03 PM James Zern <jz...@google.com> wrote: > > On Wed, Sep 18, 2019 at 7:54 AM Guo, Yejun <yejun....@intel.com> wrote: > > > > > > > > > -----Original Message----- > > > From: Guo, Yejun > > > Sent: Thursday, September 12, 2019 6:25 PM > > > To: ffmpeg-devel@ffmpeg.org > > > Cc: Guo, Yejun <yejun....@intel.com> > > > Subject: [PATCH V9] avcodec/libvpxenc: add ROI-based encoding support for > > > VP8/VP9 > > > > > > 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 | 193 > > > +++++++++++++++++++++++++++++++++++++++++++++++++ > > > libavcodec/version.h | 2 +- > > > 2 files changed, 194 insertions(+), 1 deletion(-) > > > > ping for review, thanks. > > > > btw, the version number in libavcodec/version.h has been changed again, > > and I have to again rebase this patch. I hope to get comments if any and > > so I can put all needed changes in a new V10 patch. > > > > lgtm. I can bump the version locally before pushing if there aren't > any more comments. >
applied, thanks. _______________________________________________ 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".