Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
32303b5d
Commit
32303b5d
authored
Nov 10, 2012
by
Rémi Denis-Courmont
Browse files
mkv: do not use .b_die
parent
7141d755
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv/mkv.cpp
View file @
32303b5d
...
@@ -674,9 +674,6 @@ static int Demux( demux_t *p_demux)
...
@@ -674,9 +674,6 @@ static int Demux( demux_t *p_demux)
for
(
;;
)
for
(
;;
)
{
{
if
(
p_sys
->
demuxer
.
b_die
)
break
;
if
(
p_sys
->
i_pts
>=
p_sys
->
i_start_pts
)
if
(
p_sys
->
i_pts
>=
p_sys
->
i_start_pts
)
if
(
p_vsegment
->
UpdateCurrentToChapter
(
*
p_demux
)
)
if
(
p_vsegment
->
UpdateCurrentToChapter
(
*
p_demux
)
)
{
{
...
...
Write
Preview
Supports
Markdown
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