From 7f8110557f238abff470e6f009d49b87f26aa587 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 31 Mar 2012 23:20:06 +0200 Subject: [PATCH] Fix gcc error bug. --- video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video.c b/video.c index f07282f..d04e8fa 100644 --- a/video.c +++ b/video.c @@ -7713,6 +7713,7 @@ static void VdpauSyncDecoder(VdpauDecoder * decoder) } } #endif + return; // fix gcc bug! } ///