Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVictorien Le Couviour--Tuffet <victorien@videolan.org>2021-01-20 20:19:57 +0300
committerVictorien Le Couviour--Tuffet <victorien@videolan.org>2021-01-21 11:54:50 +0300
commit5686e8355c7da3851c5e0d997150b97b85cbdad9 (patch)
tree4bb0b465df8b27aeddb9490654ad25bc0b27a9d2 /tests
parenta0e9a2e3484ccfb036d4060e7e5d4848f13ea881 (diff)
tests/seek_stress: Reduce the number of iterations
Diffstat (limited to 'tests')
-rw-r--r--tests/seek_stress.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/seek_stress.c b/tests/seek_stress.c
index c2e9ebd..c1f4f20 100644
--- a/tests/seek_stress.c
+++ b/tests/seek_stress.c
@@ -39,9 +39,9 @@
#include "input/demuxer.h"
#include "dav1d_cli_parse.h"
-#define NUM_RAND_SEEK 8
-#define NUM_REL_SEEK 10
-#define NUM_END_SEEK 6
+#define NUM_RAND_SEEK 3
+#define NUM_REL_SEEK 4
+#define NUM_END_SEEK 2
const Demuxer annexb_demuxer = { .name = "" };
const Demuxer section5_demuxer = { .name = "" };