Signed-off-by: Gijs Vermeulen gijsvrm@gmail.com --- dlls/qcap/tests/avimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/qcap/tests/avimux.c b/dlls/qcap/tests/avimux.c index 572314f8ab..9f0f593afc 100644 --- a/dlls/qcap/tests/avimux.c +++ b/dlls/qcap/tests/avimux.c @@ -667,7 +667,7 @@ static void test_enum_media_types(void) static void test_seeking(void) { IBaseFilter *filter = create_avi_mux(); - LONGLONG time, current, stop; + LONGLONG current, stop, time = 1; IMediaSeeking *seeking; unsigned int i; GUID format;