[MPlayer-DOCS] r23588 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/slave.txt command.c etc/input.conf etc/menu.conf help/help_mp-en.h input/input.c input/input.h libvo/sub.c libvo/sub.h mixer.c mixer.h

zuxy subversion at mplayerhq.hu
Wed Jun 20 04:26:20 CEST 2007


Author: zuxy
Date: Wed Jun 20 04:26:20 2007
New Revision: 23588

Log:
The audio balance feature implemented with af_pan.


Modified:
   trunk/DOCS/man/en/mplayer.1
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/tech/slave.txt
   trunk/command.c
   trunk/etc/input.conf
   trunk/etc/menu.conf
   trunk/input/input.c
   trunk/input/input.h
   trunk/libvo/sub.c
   trunk/libvo/sub.h
   trunk/mixer.c
   trunk/mixer.h

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Wed Jun 20 04:26:20 2007
@@ -238,6 +238,8 @@ Adjust audio delay by +/- 0.1 seconds.
 Decrease/\:increase volume.
 .IPs "9 and 0"
 Decrease/\:increase volume.
+.IPs "( and )"
+Adjust audio balance in favor of left/\:right channel.
 .IPs "m\ \ \ \ "
 Mute sound.
 .IPs "_ (MPEG-TS and libavformat only)"

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Wed Jun 20 04:26:20 2007
@@ -231,6 +231,7 @@ static char help_text[]=
 #define MSGTR_Contrast "Contrast"
 #define MSGTR_Saturation "Saturation"
 #define MSGTR_Hue "Hue"
+#define MSGTR_Balance "Balance"
 
 // property state
 #define MSGTR_MuteStatus "Mute: %s"
@@ -706,6 +707,7 @@ static char help_text[]=
 
 #define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n"
 #define MSGTR_NoVolume "[Mixer] No volume control available.\n"
+#define MSGTR_NoBalance "[Mixer] No balance control available.\n"
 
 // ====================== GUI messages/buttons ========================
 
@@ -1077,6 +1079,7 @@ static char help_text[]=
 #define MSGTR_VO_SUB_Volume "Volume"
 #define MSGTR_VO_SUB_Brightness "Brightness"
 #define MSGTR_VO_SUB_Hue "Hue"
+#define MSGTR_VO_SUB_Balance "Balance"
 
 // vo_xv.c
 #define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n"



More information about the MPlayer-DOCS mailing list