[FFmpeg-devel] [PATCH v2] not display motionless vectors in examples/extract_mvs.c

Moritz Barsnick barsnick at gmx.net
Tue Mar 17 14:59:28 EET 2020


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 <porschegt23 at 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


More information about the ffmpeg-devel mailing list