diff options
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend_local.h b/frontend_local.h index 72552b03..863d3f0e 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.8 2010-03-13 12:04:29 phintuka Exp $ + * $Id: frontend_local.h,v 1.9 2011-03-20 20:59:25 phintuka Exp $ * */ @@ -49,6 +49,8 @@ class cXinelibLocal : public cXinelibThread int aspect, int scale_video, int field_order); virtual void ConfigureDecoder(int pes_buffers); + virtual int SupportsTrueColorOSD(void); + protected: // Playback control |