diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-10-24 17:22:55 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-01 11:55:54 -0400 |
commit | b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c (patch) | |
tree | 4aca9c11cf7d3a9cd9d480243976540031269141 /tests/ref | |
parent | 7d308bf84bda78d47c01439ff625bb06624991a7 (diff) | |
download | ffmpeg-b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c.tar.gz |
fate: Add tests for mov display matrix
Rotation, sample/display aspect ratio and pure matrix export.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/mov-dar | 1 | ||||
-rw-r--r-- | tests/ref/fate/mov-display-matrix | 9 | ||||
-rw-r--r-- | tests/ref/fate/mov-rotation | 1 | ||||
-rw-r--r-- | tests/ref/fate/mov-sar | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/fate/mov-dar b/tests/ref/fate/mov-dar new file mode 100644 index 0000000000..38a0ac45f8 --- /dev/null +++ b/tests/ref/fate/mov-dar @@ -0,0 +1 @@ +3:1 diff --git a/tests/ref/fate/mov-display-matrix b/tests/ref/fate/mov-display-matrix new file mode 100644 index 0000000000..64c95996a6 --- /dev/null +++ b/tests/ref/fate/mov-display-matrix @@ -0,0 +1,9 @@ +0 +65536 +0 +-65536 +0 +0 +47185920 +0 +1073741824 diff --git a/tests/ref/fate/mov-rotation b/tests/ref/fate/mov-rotation new file mode 100644 index 0000000000..64ded27fb2 --- /dev/null +++ b/tests/ref/fate/mov-rotation @@ -0,0 +1 @@ +-90 diff --git a/tests/ref/fate/mov-sar b/tests/ref/fate/mov-sar new file mode 100644 index 0000000000..9f303fc9cb --- /dev/null +++ b/tests/ref/fate/mov-sar @@ -0,0 +1 @@ +9:2 |