[FFmpeg-cvslog] fate: fix hapqa-extract-nosnappy tests on small builds

James Almer git at videolan.org
Fri Sep 7 01:25:00 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Sep  6 19:24:14 2018 -0300| [70a708713ad20198d909087d99a429bb1262c0a9] | committer: James Almer

fate: fix hapqa-extract-nosnappy tests on small builds

Fixes ticket #7324

Signed-off-by: James Almer <jamrial at gmail.com>

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

 tests/fate/hap.mak                                        | 4 ++--
 tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 -
 tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov         | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/fate/hap.mak b/tests/fate/hap.mak
index 555bb6eba0..1582971a6e 100644
--- a/tests/fate/hap.mak
+++ b/tests/fate/hap.mak
@@ -59,11 +59,11 @@ tests/data/hapalphaonly_nosnappy.mov: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
 
 FATE_HAPQA_EXTRACT_BSF_FFPROBE += fate-hapqa-extract-nosnappy-to-hapq-mov
 fate-hapqa-extract-nosnappy-to-hapq-mov: tests/data/hapq_nosnappy.mov
-fate-hapqa-extract-nosnappy-to-hapq-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapq_nosnappy.mov
+fate-hapqa-extract-nosnappy-to-hapq-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapq_nosnappy.mov
 
 FATE_HAPQA_EXTRACT_BSF_FFPROBE += fate-hapqa-extract-nosnappy-to-hapalphaonly-mov
 fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: tests/data/hapalphaonly_nosnappy.mov
-fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapalphaonly_nosnappy.mov
+fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapalphaonly_nosnappy.mov
 
 
 FATE_SAMPLES_FFMPEG-$(call ALLYES, MOV_DEMUXER HAPQA_EXTRACT_BSF MOV_MUXER) += $(FATE_HAPQA_EXTRACT_BSF)
diff --git a/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov b/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
index cde9f2ff9e..eacb1f1910 100644
--- a/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
+++ b/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
@@ -17,7 +17,6 @@ data_hash=adler32:ed83c166
 [STREAM]
 index=0
 codec_name=hap
-codec_long_name=Vidvox Hap
 profile=unknown
 codec_type=video
 codec_time_base=1/25
diff --git a/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov b/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
index dd85e68d9e..ff96888f41 100644
--- a/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
+++ b/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
@@ -17,7 +17,6 @@ data_hash=adler32:b3ccc147
 [STREAM]
 index=0
 codec_name=hap
-codec_long_name=Vidvox Hap
 profile=unknown
 codec_type=video
 codec_time_base=1/25



More information about the ffmpeg-cvslog mailing list