On Thu, 30 Apr 2015 14:11:20 +0200, Michael Niedermayer wrote:

> Signed-off-by: Michael Niedermayer <michae...@gmx.at>
> ---
>  configure                     |    1 +
>  doc/filters.texi              |   46 +++++
>  libavfilter/Makefile          |    1 +
>  libavfilter/allfilters.c      |    1 +
>  libavfilter/version.h         |    2 +-
>  libavfilter/vf_findandcover.c |  399 
> +++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 449 insertions(+), 1 deletion(-)
>  create mode 100644 libavfilter/vf_findandcover.c
> 
[...]
> +@item xmin, ymin, xmax, ymax
> +Specifies the recatangle in which to search.

typo: recatangle/rectangle


[...]
> +    { "ymax", "", OFFSET(ymax), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, 
> FLAGS },
> +    { "mode", "set removial mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64 = 
> MODE_BLUR}, 0, NB_MODES - 1, FLAGS, "mode" },

typo: removial/removal

This concludes my amazingly useful review.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to