Commit be82b7ae authored by Antoine Cellerier's avatar Antoine Cellerier

use msg_Dbg instead of fprintf

parent 47bfbd75
...@@ -138,7 +138,7 @@ static void ParseID3Tag( demux_t *p_demux, uint8_t *p_data, int i_size ) ...@@ -138,7 +138,7 @@ static void ParseID3Tag( demux_t *p_demux, uint8_t *p_data, int i_size )
} }
else if( ID_IS ( "APIC" ) ) else if( ID_IS ( "APIC" ) )
{ {
fprintf( stderr, "** Has APIC **\n" ); msg_Dbg( p_demux, "** Has APIC **" );
} }
else if( p_frame->description ) else if( p_frame->description )
{ /* Unhandled meta*/ { /* Unhandled meta*/
......
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