diff options
author | Marton Balint <cus@passwd.hu> | 2017-06-16 22:08:02 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-06-18 23:19:48 +0200 |
commit | 7ed6f9168b7fd13915e19b5cb1ed599c1a2d6d31 (patch) | |
tree | 60a400650ebfe05324e6d4061178b571f1c8f74d /tests/fate/matroska.mak | |
parent | 478a1949d92002969786d1422f9f860d8d6456de (diff) | |
download | ffmpeg-7ed6f9168b7fd13915e19b5cb1ed599c1a2d6d31.tar.gz |
fate: use do_md5sum instead of the md5 protocol for most md5 fate tests
The md5 protocol has no seek support, but some tests use seeks. This changes
the fate tests to actually create the output files and calculate the md5 on the
written files, which also makes the tests independent of the size of the output
buffers and output buffering in general.
A new md5pipe fate test method is also introduced to keep the old functionality
for tests where using a non-seekable output was intentional, and matroska md5
tests are changed to use that.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/fate/matroska.mak')
-rw-r--r-- | tests/fate/matroska.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak index 48b710c26c..2747496e1e 100644 --- a/tests/fate/matroska.mak +++ b/tests/fate/matroska.mak @@ -2,7 +2,7 @@ # properties in remuxing (-c:v copy) # It also tests automatic insertion of the vp9_superframe bitstream filter FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux -fate-matroska-remux: CMD = md5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska +fate-matroska-remux: CMD = md5pipe -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska fate-matroska-remux: CMP = oneline fate-matroska-remux: REF = 1ed49a4f2b6790357fac268938357353 |