diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 21:34:02 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 21:48:49 +0200 |
commit | 3ae44df18f5745945119863ef7637b5a89d9e731 (patch) | |
tree | a593f8191ddc030b75e76f2f22e0a70bfbb0a26a /tests/filtergraphs | |
parent | 6ea013fb62c932a5f43db7cdc145d564a61eac13 (diff) | |
download | ffmpeg-3ae44df18f5745945119863ef7637b5a89d9e731.tar.gz |
fate: move lavd filters tests to the new system.
Also make life test a bit more useful.
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/scalenorm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/filtergraphs/scalenorm b/tests/filtergraphs/scalenorm new file mode 100644 index 0000000000..17b69de186 --- /dev/null +++ b/tests/filtergraphs/scalenorm @@ -0,0 +1,4 @@ +sws_flags=+accurate_rnd+bitexact; +testsrc=s=128x96 : d=1:r=5, format=yuv420p [a]; +testsrc=s=160x120 : d=1:r=5 [b]; +[a][b] concat=unsafe=1, scale=flags=+accurate_rnd+bitexact |