On Tue, Mar 17, 2020 at 01:21:15 +0800, numberwolf wrote: > Subject: not display motionless vectors in examples/extract_mvs.c
Please do have a look at other commits in the repository. This would be examples/extract_mvs: don't display motionless vectors. > Here, dont need show motionless vectors,because they're useless. > (Sorry about I forget to remove the 'printf' on previous version.) These remarks belong below the three dashes "---" below, otherwise they become part of the repository. > Signed-off-by: numberwolf <porscheg...@foxmail.com> > --- ^^^^^ These three lines. > + if (mv->src_x == mv->dst_x && mv->src_y == mv->dst_y) { > + printf("extract_mvs skip\n"); You didn't actually remove the printf(). Moritz _______________________________________________ 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".