]> git.sesse.net Git - vlc/commitdiff
MKV: increase debug on attachment management to fix the cover art bug
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 Nov 2011 01:19:11 +0000 (02:19 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 Nov 2011 01:19:11 +0000 (02:19 +0100)
modules/demux/mkv/matroska_segment_parse.cpp

index c250cdf4a17a902da70f532d549ce85265a1a8fb..b6b15c43dfb6556389964775c370cabb7224465c 100644 (file)
@@ -995,6 +995,8 @@ void matroska_segment_c::ParseAttachments( KaxAttachments *attachments )
                                                         GetChild<KaxMimeType>( *attachedFile ),
                                                         img_data.GetSize() );
 
+        msg_Dbg( &sys.demuxer, "|   |   - %s (%s)", new_attachment->fileName(), new_attachment->mimeType() );
+
         if( new_attachment->init() )
         {
              memcpy( new_attachment->p_data, img_data.GetBuffer(), img_data.GetSize() );