[vlc-devel] commit: Be more explicit on faad error. (Laurent Aimar )

git version control git at videolan.org
Thu Apr 16 22:02:23 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Apr 16 19:35:37 2009 +0200| [a972dd782395dda74b445c610636dce3c9931192] | committer: Laurent Aimar 

Be more explicit on faad error.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a972dd782395dda74b445c610636dce3c9931192
---

 modules/codec/faad.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/codec/faad.c b/modules/codec/faad.c
index 022106d..e050a94 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;
         }
 




More information about the vlc-devel mailing list