diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.68 2009-11-16 11:16:16 phintuka Exp $ + * $Id: config.h,v 1.69 2010-03-12 23:00:26 phintuka Exp $ * */ @@ -309,6 +309,7 @@ class config_t { int osd_height_auto; int osd_mixer; // show multiple OSD layers int osd_scaling; // OSD scaling mode: off, nearest, bilinear + int osd_spu_scaling; // SPU OSD scaling mode: off, nearest, bilinear int hud_osd; // head up display OSD int osd_blending; // OSD blending method int osd_blending_lowresvideo; // Use hardware blending for low-resolution video |