[MPlayer-cvslog] r38044 - trunk/gui/dialog/menu.c

ib subversion at mplayerhq.hu
Wed Apr 4 19:28:24 EEST 2018


Author: ib
Date: Wed Apr  4 19:28:24 2018
New Revision: 38044

Log:
Use a language independent notation for DVD audio channel numbers.

Use the common numeric notation instead.

Modified:
   trunk/gui/dialog/menu.c

Modified: trunk/gui/dialog/menu.c
==============================================================================
--- trunk/gui/dialog/menu.c	Wed Apr  4 19:06:03 2018	(r38043)
+++ trunk/gui/dialog/menu.c	Wed Apr  4 19:28:24 2018	(r38044)
@@ -410,7 +410,7 @@ static const Languages_t Languages[] =
 static char * ChannelTypes[] =
   { "Dolby Digital","","Mpeg1","Mpeg2","PCM","","Digital Theatre System" };
 static char * ChannelNumbers[] =
-  { "","Stereo","","","","5.1" };
+  { "","2.0","","","","5.1" };
 #endif
 
 enum


More information about the MPlayer-cvslog mailing list