diff options
author | Diego Biurrun <diego@biurrun.de> | 2018-08-08 22:06:38 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 18:15:55 +0100 |
commit | f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b (patch) | |
tree | 65b36dcd8a7744bd2a36f4fd305ce5f2c6b090f3 /tests/ref/lavf | |
parent | 618d02c1fa9e74d490cace64a7d15762656b521c (diff) | |
download | ffmpeg-f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b.tar.gz |
tests: Add a convenience function for video-only lavf tests
Rename a test in the process for consistency and simplicity and
remove the remnants of the now-unused lavf regression test scripts.
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/gif | 6 | ||||
-rw-r--r-- | tests/ref/lavf/y4m | 3 | ||||
-rw-r--r-- | tests/ref/lavf/yuv4mpeg | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/lavf/gif b/tests/ref/lavf/gif index 4a4ebfb9dc..f28dc555f6 100644 --- a/tests/ref/lavf/gif +++ b/tests/ref/lavf/gif @@ -1,3 +1,3 @@ -e6089fd4ef3b9df44090ab3650bdd810 *./tests/data/lavf/lavf.gif -2906401 ./tests/data/lavf/lavf.gif -./tests/data/lavf/lavf.gif CRC=0xe5605ff6 +e6089fd4ef3b9df44090ab3650bdd810 *tests/data/lavf/lavf.gif +2906401 tests/data/lavf/lavf.gif +tests/data/lavf/lavf.gif CRC=0xe5605ff6 diff --git a/tests/ref/lavf/y4m b/tests/ref/lavf/y4m new file mode 100644 index 0000000000..82c7087673 --- /dev/null +++ b/tests/ref/lavf/y4m @@ -0,0 +1,3 @@ +ec8178cb152f9cdbfd9cb724d977db2e *tests/data/lavf/lavf.y4m +3801808 tests/data/lavf/lavf.y4m +tests/data/lavf/lavf.y4m CRC=0x0a941f26 diff --git a/tests/ref/lavf/yuv4mpeg b/tests/ref/lavf/yuv4mpeg deleted file mode 100644 index 367b37621d..0000000000 --- a/tests/ref/lavf/yuv4mpeg +++ /dev/null @@ -1,3 +0,0 @@ -ec8178cb152f9cdbfd9cb724d977db2e *./tests/data/lavf/lavf.y4m -3801808 ./tests/data/lavf/lavf.y4m -./tests/data/lavf/lavf.y4m CRC=0x0a941f26 |