[FFmpeg-cvslog] fate: Change the probe-format refs to match the final text format committed .

Alex Converse git at videolan.org
Tue May 8 22:07:20 CEST 2012


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Mon May  7 11:01:38 2012 -0700| [fa8fc3b73ac44330169cd6f10de1b87a567c6702] | committer: Alex Converse

fate: Change the probe-format refs to match the final text format committed.

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

 tests/fate/probe.mak |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak
index 8a1fd9a..39068f2 100644
--- a/tests/fate/probe.mak
+++ b/tests/fate/probe.mak
@@ -1,14 +1,14 @@
 FATE_PROBE_FORMAT += fate-probe-format-roundup997
-fate-probe-format-roundup997:  REF = mpeg
+fate-probe-format-roundup997:  REF = format_name=mpeg
 
 FATE_PROBE_FORMAT += fate-probe-format-roundup1383
-fate-probe-format-roundup1383: REF = mp3
+fate-probe-format-roundup1383: REF = format_name=mp3
 
 FATE_PROBE_FORMAT += fate-probe-format-roundup1414
-fate-probe-format-roundup1414: REF = mpeg
+fate-probe-format-roundup1414: REF = format_name=mpeg
 
 FATE_PROBE_FORMAT += fate-probe-format-roundup2015
-fate-probe-format-roundup2015: REF = dv
+fate-probe-format-roundup2015: REF = format_name=dv
 
 FATE_TESTS += $(FATE_PROBE_FORMAT)
 fate-probe-format: $(FATE_PROBE_FORMAT)



More information about the ffmpeg-cvslog mailing list