diff options
author | Johns <johns98@gmx.net> | 2012-03-31 23:20:06 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-31 23:20:06 +0200 |
commit | 7f8110557f238abff470e6f009d49b87f26aa587 (patch) | |
tree | e1de9faeb1b94021c508acbdcd94227e6c103ec4 /video.c | |
parent | c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 (diff) | |
download | vdr-plugin-softhddevice-7f8110557f238abff470e6f009d49b87f26aa587.tar.gz vdr-plugin-softhddevice-7f8110557f238abff470e6f009d49b87f26aa587.tar.bz2 |
Fix gcc error bug.
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7713,6 +7713,7 @@ static void VdpauSyncDecoder(VdpauDecoder * decoder) } } #endif + return; // fix gcc bug! } /// |