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
81255853
Commit
81255853
authored
Jul 20, 2005
by
Rocky Bernstein
Browse files
Initialize track_end variable.
parent
291bbb38
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vcdx/vcdplayer.c
View file @
81255853
...
...
@@ -342,6 +342,8 @@ vcdplayer_set_origin(access_t *p_access, lsn_t i_lsn, track_t i_track,
p_vcdplayer
->
i_track
=
i_track
;
p_vcdplayer
->
track_lsn
=
vcdinfo_get_track_lsn
(
p_vcdplayer
->
vcd
,
i_track
);
p_vcdplayer
->
track_end_lsn
=
p_vcdplayer
->
track_lsn
+
vcdinfo_get_track_sect_count
(
p_vcdplayer
->
vcd
,
i_track
);
dbg_print
((
INPUT_DBG_CALL
|
INPUT_DBG_LSN
),
"lsn %u, end LSN: %u item.num %d, item.type %d"
,
...
...
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