summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-03-31 23:20:06 +0200
committerJohns <johns98@gmx.net>2012-03-31 23:20:06 +0200
commit7f8110557f238abff470e6f009d49b87f26aa587 (patch)
treee1de9faeb1b94021c508acbdcd94227e6c103ec4 /video.c
parentc9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 (diff)
downloadvdr-plugin-softhddevice-7f8110557f238abff470e6f009d49b87f26aa587.tar.gz
vdr-plugin-softhddevice-7f8110557f238abff470e6f009d49b87f26aa587.tar.bz2
Fix gcc error bug.
Diffstat (limited to 'video.c')
-rw-r--r--video.c1
1 files changed, 1 insertions, 0 deletions
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!
}
///