]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/a52tofloat32.c
Uniformize source files encoding
[vlc] / modules / audio_filter / converter / a52tofloat32.c
index e0b5e79da730f3989735c33d289b4f8d009d7b8f..6f783d5284b2b921cc445f68c7cf14cce928cee8 100644 (file)
@@ -393,7 +393,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
         }
         else
         {
-            /* Interleave the *$£%ù samples. */
+            /* Interleave the *$£%ù samples. */
             Interleave( (float *)(p_out_buf->p_buffer + i * i_bytes_per_block),
                         p_samples, p_sys->i_nb_channels, p_sys->pi_chan_table);
         }