[FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf

Michael Niedermayer git at videolan.org
Thu Nov 12 04:07:49 CET 2015


ffmpeg | branch: release/2.7 | Michael Niedermayer <michael at niedermayer.cc> | Tue Nov 10 04:14:55 2015 +0100| [4eb67f3ddccacc03312b8dea06dd35e24411d16c] | 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>
(cherry picked from commit b83c849e8797fbb972ebd7f2919e0f085061f37f)

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4eb67f3ddccacc03312b8dea06dd35e24411d16c
---

 tests/fate/avformat.mak |    1 +
 1 file changed, 1 insertion(+)

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)



More information about the ffmpeg-cvslog mailing list