summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2015-03-10 10:20:53 +0100
committerJohns <johns98@gmx.net>2015-03-10 10:20:53 +0100
commit915dff8714f10732b2e23cf43f0fc2860ac5cb1d (patch)
treedaf944f875973674e92cb955746511df5c0e04e8 /video.h
parentca0181b1b12af971a892418f8c6ac3ec90bb97a0 (diff)
downloadvdr-plugin-softhddevice-915dff8714f10732b2e23cf43f0fc2860ac5cb1d.tar.gz
vdr-plugin-softhddevice-915dff8714f10732b2e23cf43f0fc2860ac5cb1d.tar.bz2
Fix bug: need signed char, if compiler has unsigned chars.
Diffstat (limited to 'video.h')
-rw-r--r--video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.h b/video.h
index fa3e44f..0587393 100644
--- a/video.h
+++ b/video.h
@@ -37,7 +37,7 @@ typedef struct __video_stream__ VideoStream;
// Variables
//----------------------------------------------------------------------------
-extern char VideoHardwareDecoder; ///< flag use hardware decoder
+extern signed char VideoHardwareDecoder; ///< flag use hardware decoder
extern char VideoIgnoreRepeatPict; ///< disable repeat pict warning
extern int VideoAudioDelay; ///< audio/video delay
extern char ConfigStartX11Server; ///< flag start the x11 server