From: Laurent Aimar Date: Thu, 16 Apr 2009 17:35:37 +0000 (+0200) Subject: Be more explicit on faad error. X-Git-Tag: 1.0.0-pre2~12 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=a972dd782395dda74b445c610636dce3c9931192 Be more explicit on faad error. --- diff --git a/modules/codec/faad.c b/modules/codec/faad.c index 022106dad5..e050a94bc0 100644 --- a/modules/codec/faad.c +++ b/modules/codec/faad.c @@ -156,6 +156,7 @@ static int Open( vlc_object_t *p_this ) p_dec->fmt_in.i_extra, &i_rate, &i_channels ) < 0 ) { + msg_Err( p_dec, "Failed to initialize faad using extra data" ); return VLC_EGENERIC; }