Commit a972dd78 authored by Laurent Aimar's avatar Laurent Aimar

Be more explicit on faad error.

parent b88b137f
...@@ -156,6 +156,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -156,6 +156,7 @@ static int Open( vlc_object_t *p_this )
p_dec->fmt_in.i_extra, p_dec->fmt_in.i_extra,
&i_rate, &i_channels ) < 0 ) &i_rate, &i_channels ) < 0 )
{ {
msg_Err( p_dec, "Failed to initialize faad using extra data" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment