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.c | |
| 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.c')
| -rw-r--r-- | frontend_local.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend_local.c b/frontend_local.c index 4a78f162..13f8f0b0 100644 --- a/frontend_local.c +++ b/frontend_local.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.c,v 1.2 2006-06-04 08:18:18 phintuka Exp $ + * $Id: frontend_local.c,v 1.3 2006-06-04 11:00:04 phintuka Exp $ * */ @@ -118,8 +118,8 @@ void cXinelibLocal::OsdCmd(void *cmd) } uchar *cXinelibLocal::GrabImage(int &Size, bool Jpeg, - int Quality, int SizeX, - int SizeY) + int Quality, int SizeX, + int SizeY) { uchar *data; LOCK_FE; @@ -151,7 +151,7 @@ int64_t cXinelibLocal::GetSTC() // void cXinelibLocal::ConfigureWindow(int fullscreen, int width, int height, - int modeswitch, char *modeline, + int modeswitch, const char *modeline, int aspect, int scale_video, int field_order) { |
