diff options
author | phintuka <phintuka> | 2006-06-04 11:00:04 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-06-04 11:00:04 +0000 |
commit | 446fcba07736fc0637649ff711489c8ef9da426c (patch) | |
tree | ed39857a4656406f137dbeba2f733cb6931bc1cd /frontend_local.h | |
parent | b221726a183066704f6af552fbe663f2959f190c (diff) | |
download | xineliboutput-446fcba07736fc0637649ff711489c8ef9da426c.tar.gz xineliboutput-446fcba07736fc0637649ff711489c8ef9da426c.tar.bz2 |
x86 fixes
const added to several arguments and data
control stream write result checks added
possible deadlock removed from vdr_plugin_keypress
OSD endian problems fixed
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h index a7975e3c..8e1250ad 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $ + * $Id: frontend_local.h,v 1.2 2006-06-04 11:00:04 phintuka Exp $ * */ @@ -47,7 +47,7 @@ class cXinelibLocal : public cXinelibThread // Configuration virtual void ConfigureWindow(int fullscreen, int width, int height, - int modeswitch, char *modeline, + int modeswitch, const char *modeline, int aspect, int scale_video, int field_order); virtual void ConfigureDecoder(int pes_buffers, int priority); |