summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
commitbe09bd1c047fc84c7ac73c93ba26fe6a8787341c (patch)
tree75dd0c2073cd53964425690d185adaecae256e64 /libvo/sub.c
parentd5621cf63946ab715352b91495602dc445f34035 (diff)
downloadmpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.bz2
mpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.xz
The audio balance feature implemented with af_pan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.c')
-rw-r--r--libvo/sub.c5
1 files changed, 3 insertions, 2 deletions
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;