[FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf
Michael Niedermayer
git at videolan.org
Tue Nov 10 05:04:45 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Nov 10 04:14:55 2015 +0100| [b83c849e8797fbb972ebd7f2919e0f085061f37f] | committer: Michael Niedermayer
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 at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b83c849e8797fbb972ebd7f2919e0f085061f37f
---
tests/fate/avformat.mak | 1 +
tests/ref/lavf/ffm | 2 +-
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 1d13434..54bfb97 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 5de2f39..6df11d8 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 3dbb8de..8a732fa 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
More information about the ffmpeg-cvslog
mailing list