Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
77e3f0df
Commit
77e3f0df
authored
May 31, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Taglib: add debug to help fixing mp4/cover bugs
parent
162f56f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/meta_engine/taglib.cpp
modules/meta_engine/taglib.cpp
+3
-0
No files found.
modules/meta_engine/taglib.cpp
View file @
77e3f0df
...
...
@@ -329,6 +329,9 @@ static void ReadMetaFromMP4( MP4::Tag* tag, demux_t *p_demux, demux_meta_t *p_de
MP4
::
CoverArtList
list
=
tag
->
itemListMap
()[
"covr"
].
toCoverArtList
();
const
char
*
psz_format
=
list
[
0
].
format
()
==
MP4
::
CoverArt
::
PNG
?
"image/png"
:
"image/jpeg"
;
msg_Dbg
(
p_demux_meta
,
"Found embedded art (%s) is %i bytes"
,
psz_format
,
list
[
0
].
data
().
size
()
);
TAB_INIT
(
p_demux_meta
->
i_attachments
,
p_demux_meta
->
attachments
);
input_attachment_t
*
p_attachment
=
vlc_input_attachment_New
(
"cover"
,
psz_format
,
"cover"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment