diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-10 04:14:55 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-10 04:53:47 +0100 |
commit | b83c849e8797fbb972ebd7f2919e0f085061f37f (patch) | |
tree | f241d108c3cc6a756be83770b0e0cef85cd28b59 /tests | |
parent | d7f29bfa6985e3eea2033dba0449e47b41b85928 (diff) | |
download | ffmpeg-b83c849e8797fbb972ebd7f2919e0f085061f37f.tar.gz |
tests/fate/avformat: Fix fate-lavf
The CMP variable seems to have been inherited from fate-api-seek which set it to null
the mxf reference needed a change due to c7e14a279fa7348db10ec824bb2d67858cb1c1ca
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/avformat.mak | 1 | ||||
-rw-r--r-- | tests/ref/lavf/ffm | 2 | ||||
-rw-r--r-- | tests/ref/lavf/mxf_opatom | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak index 1d13434d45..54bfb974a5 100644 --- a/tests/fate/avformat.mak +++ b/tests/fate/avformat.mak @@ -61,6 +61,7 @@ FATE_LAVF += $(FATE_LAVF_PIXFMT-yes) $(FATE_LAVF): $(AREF) $(VREF) $(FATE_LAVF): CMD = lavftest +$(FATE_LAVF): CMP = FATE_AVCONV += $(FATE_LAVF) fate-lavf: $(FATE_LAVF) diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm index 5de2f39b60..6df11d8789 100644 --- a/tests/ref/lavf/ffm +++ b/tests/ref/lavf/ffm @@ -1,3 +1,3 @@ -d5d4e5e3eec336ae6680dde035870564 *./tests/data/lavf/lavf.ffm +6abbc926535ef17bdbc0e847249d4cee *./tests/data/lavf/lavf.ffm 376832 ./tests/data/lavf/lavf.ffm ./tests/data/lavf/lavf.ffm CRC=0x000e23ae diff --git a/tests/ref/lavf/mxf_opatom b/tests/ref/lavf/mxf_opatom index 3dbb8de225..8a732faf46 100644 --- a/tests/ref/lavf/mxf_opatom +++ b/tests/ref/lavf/mxf_opatom @@ -1,3 +1,3 @@ 6cab8f702746ca7184c608b4c06a224b *./tests/data/lavf/lavf.mxf_opatom 4717113 ./tests/data/lavf/lavf.mxf_opatom -./tests/data/lavf/lavf.mxf_opatom CRC=0xbdd696b9 +./tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a |