Commit 2f9b0547 authored by Laurent Aimar's avatar Laurent Aimar

* aac: some msg_Err -> msg_Warn

parent 9a5b0b80
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* demux.c : Raw aac Stream input module for vlc * demux.c : Raw aac Stream input module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: demux.c,v 1.3 2002/10/23 21:54:33 gbazin Exp $ * $Id: demux.c,v 1.4 2003/01/20 13:03:03 fenrir Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -621,7 +621,7 @@ static int Demux( input_thread_t * p_input ) ...@@ -621,7 +621,7 @@ static int Demux( input_thread_t * p_input )
if( !ReadPES( p_input, &p_pes, p_aac->i_aac_frame_length ) ) if( !ReadPES( p_input, &p_pes, p_aac->i_aac_frame_length ) )
{ {
msg_Err( p_input, msg_Warn( p_input,
"cannot read data" ); "cannot read data" );
return( -1 ); return( -1 );
} }
......
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