X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmux%2Fwav.c;h=e0a8edefd7a6ccc967252d3f0a208b31c0c0899a;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=1d472409b1f7dce62a4e22bde250a71bece776c4;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/mux/wav.c b/modules/mux/wav.c index 1d472409b1..e0a8edefd7 100644 --- a/modules/mux/wav.c +++ b/modules/mux/wav.c @@ -178,7 +178,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input ) if( p_input->p_fmt->audio.i_physical_channels ) { unsigned int i; - + for( i = 0; i < sizeof(pi_channels_in)/sizeof(uint32_t); i++ ) { if( p_input->p_fmt->audio.i_physical_channels & pi_channels_src[i])