git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bfbd7
)
use msg_Dbg instead of fprintf
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 24 Sep 2006 14:53:49 +0000
(14:53 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 24 Sep 2006 14:53:49 +0000
(14:53 +0000)
modules/meta_engine/id3tag.c
patch
|
blob
|
history
diff --git
a/modules/meta_engine/id3tag.c
b/modules/meta_engine/id3tag.c
index
9e11ddd
..
ed4308b
100644
(file)
--- a/
modules/meta_engine/id3tag.c
+++ b/
modules/meta_engine/id3tag.c
@@
-138,7
+138,7
@@
static void ParseID3Tag( demux_t *p_demux, uint8_t *p_data, int i_size )
}
else if( ID_IS ( "APIC" ) )
{
-
fprintf( stderr, "** Has APIC **\n
" );
+
msg_Dbg( p_demux, "** Has APIC **
" );
}
else if( p_frame->description )
{ /* Unhandled meta*/