diff options
author | phintuka <phintuka> | 2011-03-20 20:59:25 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-03-20 20:59:25 +0000 |
commit | 198b274e70c737d0de8a5f8ffe41d2beef3bafd3 (patch) | |
tree | d81acffcf425f0147f556d7cd0db8a7fcfda9a4a /frontend_local.h | |
parent | 74ad1152a42c25ae8cefcf298633a7a9a72c4787 (diff) | |
download | xineliboutput-198b274e70c737d0de8a5f8ffe41d2beef3bafd3.tar.gz xineliboutput-198b274e70c737d0de8a5f8ffe41d2beef3bafd3.tar.bz2 |
Added SupportsTrueColorOSD() to frontends
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 |