From a972dd782395dda74b445c610636dce3c9931192 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Thu, 16 Apr 2009 19:35:37 +0200 Subject: [PATCH] Be more explicit on faad error. --- modules/codec/faad.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2