Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1e9f0265
Commit
1e9f0265
authored
Oct 04, 2007
by
Rafaël Carré
Browse files
id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer
parent
7d4018a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/meta_engine/id3tag.c
View file @
1e9f0265
...
...
@@ -485,8 +485,6 @@ static int ParseTags( vlc_object_t *p_this )
vlc_bool_t
b_seekable
;
int64_t
i_init
;
p_demux
->
p_private
=
NULL
;
msg_Dbg
(
p_demux
,
"checking for ID3v1/2 and APEv1/2 tags"
);
stream_Control
(
p_demux
->
s
,
STREAM_CAN_FASTSEEK
,
&
b_seekable
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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