X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Fadpcm.c;h=830093fbd0c2d47b860027b15b76e75ff20ba4cc;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=7afc1f600a349871c3ff8d41fa224b1bece70793;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/codec/adpcm.c b/modules/codec/adpcm.c index 7afc1f600a..830093fbd0 100644 --- a/modules/codec/adpcm.c +++ b/modules/codec/adpcm.c @@ -148,7 +148,7 @@ static int OpenDecoder( vlc_object_t *p_this ) if( p_dec->fmt_in.audio.i_channels <= 0 || p_dec->fmt_in.audio.i_channels > 5 ) { - msg_Err( p_dec, "invalid number of channel (not between 1 and 5): %i", + msg_Err( p_dec, "invalid number of channel (not between 1 and 5): %i", p_dec->fmt_in.audio.i_channels ); return VLC_EGENERIC; }