From 6806de9d2aea0a5cbfb63b1522ce6f6207b6911f Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 1 Sep 2005 21:21:44 +0000 Subject: [PATCH] default seek backward value tweak git-svn-id: http://ltt.polymtl.ca/svn@1110 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/tracecontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index 37c4ba17..df78677c 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -348,7 +348,7 @@ void lttv_process_traceset_get_sync_data(LttvTracesetContext *tsc); #define BACKWARD_SEEK_MUL 2 /* Multiplication factor of time_offset between backward seek iterations */ -static const LttTime seek_back_default_offset = { 1, 0 }; +static const LttTime seek_back_default_offset = { 0, 1000000 }; guint lttv_process_traceset_seek_n_forward(LttvTracesetContext *self, guint n, -- 2.34.1