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
aeb71956
Commit
aeb71956
authored
Mar 17, 2008
by
Jean-Baptiste Kempf
Browse files
REmove uninitialised variable.
parent
af2b9b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/real.c
View file @
aeb71956
...
...
@@ -1228,8 +1228,6 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num )
if
(
fmt
.
i_codec
!=
0
)
{
int
i
;
msg_Dbg
(
p_demux
,
" - extra data=%d"
,
fmt
.
i_extra
);
tk
=
malloc
(
sizeof
(
real_track_t
)
);
...
...
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