From be09bd1c047fc84c7ac73c93ba26fe6a8787341c Mon Sep 17 00:00:00 2001 From: zuxy Date: Wed, 20 Jun 2007 02:26:20 +0000 Subject: The audio balance feature implemented with af_pan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 5 +++-- libvo/sub.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/sub.c b/libvo/sub.c index c901e28fe5..7a87c725aa 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -58,9 +58,10 @@ char * __sub_osd_names[]={ MSGTR_VO_SUB_Saturation, MSGTR_VO_SUB_Volume, MSGTR_VO_SUB_Brightness, - MSGTR_VO_SUB_Hue + MSGTR_VO_SUB_Hue, + MSGTR_VO_SUB_Balance }; -char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""}; +char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", "", "" }; //static int vo_font_loaded=-1; font_desc_t* vo_font=NULL; diff --git a/libvo/sub.h b/libvo/sub.h index efc0277ba4..866eb5804e 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -91,6 +91,7 @@ extern void* vo_vobsub; #define OSD_VOLUME 0x09 #define OSD_BRIGHTNESS 0x0A #define OSD_HUE 0x0B +#define OSD_BALANCE 0x0C #define OSD_PANSCAN 0x50 #define OSD_PB_START 0x10 -- cgit v1.2.3