[vlc-commits] MKV: increase debug on attachment management to fix the cover art bug
Jean-Baptiste Kempf
git at videolan.org
Sat Nov 19 02:19:46 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 19 02:19:11 2011 +0100| [f584894de3d7b914af590494fccc2850165cd64c] | committer: Jean-Baptiste Kempf
MKV: increase debug on attachment management to fix the cover art bug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f584894de3d7b914af590494fccc2850165cd64c
---
modules/demux/mkv/matroska_segment_parse.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/demux/mkv/matroska_segment_parse.cpp b/modules/demux/mkv/matroska_segment_parse.cpp
index c250cdf..b6b15c4 100644
--- a/modules/demux/mkv/matroska_segment_parse.cpp
+++ b/modules/demux/mkv/matroska_segment_parse.cpp
@@ -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() );
More information about the vlc-commits
mailing list