]> git.sesse.net Git - vlc/commitdiff
Taglib: add more debug about cover art
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jul 2011 15:54:22 +0000 (17:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jul 2011 15:57:12 +0000 (17:57 +0200)
modules/meta_engine/taglib.cpp

index aad820d7f16d1b30814c5896cd8cf62ed3d5fafa..2faa39a16b7ab222b76c89e8f82fc9f090936b14 100644 (file)
@@ -158,6 +158,9 @@ static void ReadMetaFromASF( ASF::Tag* tag, demux_meta_t* p_demux_meta, vlc_meta
                 continue;
         }
 
+        msg_Dbg( p_demux_meta, "Found embedded art: %s (%s) is %u bytes",
+                 psz_name, psz_mime, i_data );
+
         p_attachment = vlc_input_attachment_New( psz_name, psz_mime,
                                 psz_name, p_data, i_data );
         if( p_attachment )