diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.h,v 1.32 2008-03-16 21:40:57 phintuka Exp $ + * $Id: device.h,v 1.33 2008-04-12 19:37:41 phintuka Exp $ * */ @@ -211,7 +211,7 @@ class cXinelibDevice : public cDevice cXinelibThread *m_local; public: - void ConfigureOSD(bool prescale_osd, bool unscaled_osd); + void ConfigureOSD(void); void ConfigurePostprocessing(const char *deinterlace_method, int audio_delay, int audio_compression, |