]> git.sesse.net Git - vlc/blobdiff - modules/codec/araw.c
String review in codec. 1st part. ffmpeg.h to be improve. refs #438
[vlc] / modules / codec / araw.c
index de370d2c3f4da163b65c59db4ca03eda244f5f52..dec1eeff0e41543d6caa8ea02e04e065f521bf28 100644 (file)
@@ -204,7 +204,8 @@ static int DecoderOpen( vlc_object_t *p_this )
     if( p_dec->fmt_in.audio.i_channels <= 0 ||
         p_dec->fmt_in.audio.i_channels > 8 )
     {
-        msg_Err( p_dec, "bad channels count (1-8)" );
+        msg_Err( p_dec, "bad channels count (1-8): %i",
+                 p_dec->fmt_in.audio.i_channels );
         return VLC_EGENERIC;
     }