On Mon, Aug 12, 2019 at 02:40:02PM +0800, Guo, Yejun 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 | 177 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 177 insertions(+)
breaks build CC libavcodec/libvpxenc.o libavcodec/libvpxenc.c: In function ‘vp9_encode_set_roi’: libavcodec/libvpxenc.c:1196:19: error: ‘vpx_roi_map_t’ has no member named ‘ref_frame’ memset(roi_map.ref_frame, -1, sizeof(roi_map.ref_frame)); ^ libavcodec/libvpxenc.c:1196:49: error: ‘vpx_roi_map_t’ has no member named ‘ref_frame’ memset(roi_map.ref_frame, -1, sizeof(roi_map.ref_frame)); ^ libavcodec/libvpxenc.c:1198:43: error: ‘VP9E_SET_ROI_MAP’ undeclared (first use in this function) if (vpx_codec_control(&ctx->encoder, VP9E_SET_ROI_MAP, &roi_map)) { ^ libavcodec/libvpxenc.c:1198:43: note: each undeclared identifier is reported only once for each function it appears in make: *** [libavcodec/libvpxenc.o] Error 1 make: Target `all' not remade because of errors. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry.
signature.asc
Description: PGP signature
_______________________________________________ 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".