]> git.sesse.net Git - vlc/commitdiff
i18n: Translate the channels layout in media info
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 8 Feb 2009 16:05:28 +0000 (16:05 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 8 Feb 2009 17:15:50 +0000 (17:15 +0000)
src/input/decoder [new file with mode: 0644]
src/input/es_out.c
src/input/stream.c

diff --git a/src/input/decoder b/src/input/decoder
new file mode 100644 (file)
index 0000000..e69de29
index afb2d4b6f5870888e7448877ddde3bc2281b7d03..133f2949f8fb6157f60015ff6ac9af001d360872 100644 (file)
@@ -2628,7 +2628,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t *
 
         if( fmt->audio.i_physical_channels & AOUT_CHAN_PHYSMASK )
             input_Control( p_input, INPUT_ADD_INFO, psz_cat, _("Channels"),
-                           "%s", aout_FormatPrintChannels( &fmt->audio ) );
+                           "%s", _( aout_FormatPrintChannels( &fmt->audio ) ) );
         else if( fmt->audio.i_channels > 0 )
             input_Control( p_input, INPUT_ADD_INFO, psz_cat, _("Channels"),
                            "%u", fmt->audio.i_channels );
index 1fafc00828e67d3d3958f2b8ffc3876bdeb21f74..ec2570502cf97b9b9c422f3a77f5e3e979d8cbb9 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "input_internal.h"
 
-#undef STREAM_DEBUG
+// #define STREAM_DEBUG 1
 
 /* TODO:
  *  - tune the 2 methods (block/stream)