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
80ae46b1
Commit
80ae46b1
authored
Aug 21, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input_ExtractAttachmentAndCacheArt(): no need for playlist
parent
74efc820
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/input/meta.c
src/input/meta.c
+1
-3
No files found.
src/input/meta.c
View file @
80ae46b1
...
...
@@ -209,8 +209,6 @@ void input_ExtractAttachmentAndCacheArt( input_thread_t *p_input )
return
;
}
playlist_t
*
p_playlist
=
pl_Get
(
p_input
);
if
(
input_item_IsArtFetched
(
p_item
)
)
{
/* XXX Weird, we should not have end up with attachment:// art url unless there is a race
...
...
@@ -251,7 +249,7 @@ void input_ExtractAttachmentAndCacheArt( input_thread_t *p_input )
psz_type
=
".png"
;
/* */
playlist_SaveArt
(
VLC_OBJECT
(
p_
playlis
t
),
p_item
,
playlist_SaveArt
(
VLC_OBJECT
(
p_
inpu
t
),
p_item
,
p_attachment
->
p_data
,
p_attachment
->
i_data
,
psz_type
);
vlc_input_attachment_Delete
(
p_attachment
);
...
...
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