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/Makefile | |
parent | 7d308bf84bda78d47c01439ff625bb06624991a7 (diff) | |
download | ffmpeg-streaming-b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c.zip ffmpeg-streaming-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/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 36a3a72..0e475a2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -97,6 +97,7 @@ include $(SRC_PATH)/tests/fate/lossless-audio.mak include $(SRC_PATH)/tests/fate/lossless-video.mak include $(SRC_PATH)/tests/fate/microsoft.mak include $(SRC_PATH)/tests/fate/monkeysaudio.mak +include $(SRC_PATH)/tests/fate/mov.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/mpc.mak include $(SRC_PATH)/tests/fate/mpeg4.mak |