diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-29 22:01:40 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-29 23:10:02 +0100 |
commit | 4ccc1ef2a3b1a22d849861423df830e110c9a4ab (patch) | |
tree | c3c48d4425b3a53cc0f1dff39762f8f948acc600 /tests/fate | |
parent | 59ceee5896aff8d6af8fca89f5c8eb3c82007d8d (diff) | |
download | ffmpeg-4ccc1ef2a3b1a22d849861423df830e110c9a4ab.tar.gz |
fate: Add bitexact flag to the invalid-elst test.
Fixes fate-mov-invalid-elst-entry-count on a ppc system.
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/mov.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 604703e254..6815e4feca 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -45,7 +45,7 @@ fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov- fate-mov-440hz-10ms: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/440hz-10ms.m4a # Makes sure that we handle invalid edit list entry count correctly. -fate-mov-invalid-elst-entry-count: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov +fate-mov-invalid-elst-entry-count: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov |