[FFmpeg-devel] [PATCH] fate: add test for the tile video filter.

Clément Bœsch ubitux at gmail.com
Wed Aug 1 14:06:57 CEST 2012


On Wed, Aug 01, 2012 at 02:00:42PM +0200, Nicolas George wrote:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
>  tests/lavfi-regression.sh |    1 +
>  tests/ref/lavfi/tile      |    1 +
>  2 files changed, 2 insertions(+)
>  create mode 100644 tests/ref/lavfi/tile
> 
> diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
> index 6104044..c763e99 100755
> --- a/tests/lavfi-regression.sh
> +++ b/tests/lavfi-regression.sh
> @@ -58,6 +58,7 @@ do_lavfi "select"             "select=not(eq(mod(n\,2)\,0)+eq(mod(n\,3)\,0))"
>  do_lavfi "setdar"             "setdar=16/9"
>  do_lavfi "setsar"             "setsar=16/11"
>  do_lavfi "thumbnail"          "thumbnail=10"
> +do_lavfi "tile"               "tile=3x3"

Maybe different values here? Not that it's that important.

>  do_lavfi "transpose"          "transpose"
>  do_lavfi "unsharp"            "unsharp=10:10:-1.5:10:10:-1.5"
>  do_lavfi "vflip"              "vflip"
> diff --git a/tests/ref/lavfi/tile b/tests/ref/lavfi/tile
> new file mode 100644
> index 0000000..5263a56
> --- /dev/null
> +++ b/tests/ref/lavfi/tile
> @@ -0,0 +1 @@
> +tile                c051503deb65568c6c954b94a895b55d

Should be OK, thanks.

BTW, as discuss on IRC, we should consider moving these tests to
tests/fate/filter.mak

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120801/7b7edeae/attachment.asc>


More information about the ffmpeg-devel mailing list