diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2016-05-06 09:27:13 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2016-05-10 09:26:12 -0400 |
commit | 3ed5218bd36573f6ac46b6d43637741da912f810 (patch) | |
tree | f88ba7c155ab5ae1e158444c2a0561ab1f217997 /tests/Makefile | |
parent | 9c4943e6710d9e57dac7547d7136b619cfff23a2 (diff) | |
download | ffmpeg-streaming-3ed5218bd36573f6ac46b6d43637741da912f810.zip ffmpeg-streaming-3ed5218bd36573f6ac46b6d43637741da912f810.tar.gz |
fate: add matroska-remux test.
This tests automatic insertion of the vp9_superframe BSF as well as
ensuring that the colorspace properties in the video header can be
modified when remuxing (-c:v copy).
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 eef90d7..c3e5ea9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -143,6 +143,7 @@ include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/libswresample.mak include $(SRC_PATH)/tests/fate/lossless-audio.mak include $(SRC_PATH)/tests/fate/lossless-video.mak +include $(SRC_PATH)/tests/fate/matroska.mak include $(SRC_PATH)/tests/fate/microsoft.mak include $(SRC_PATH)/tests/fate/monkeysaudio.mak include $(SRC_PATH)/tests/fate/mp3.mak |