From dfa23b313094a66845bd1b3bee3cba1f6faf20cd Mon Sep 17 00:00:00 2001 From: Axilot Date: Thu, 6 May 2021 21:13:05 +0200 Subject: [PATCH] Add missing PROPVARIANT pos Doing minor correction to mfplat.c in function "test_source_reader_from_media_source(void)" by adding missing PROPVARIANT pos. --- dlls/mfreadwrite/tests/mfplat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/mfreadwrite/tests/mfplat.c b/dlls/mfreadwrite/tests/mfplat.c index 04d9590815e..06fed39aaa2 100644 --- a/dlls/mfreadwrite/tests/mfplat.c +++ b/dlls/mfreadwrite/tests/mfplat.c @@ -901,6 +901,7 @@ static void test_source_reader_from_media_source(void) LONGLONG timestamp; IMFAttributes *attributes; ULONG refcount; + PROPVARIANT pos; int i; source = create_test_source(3);