Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
1c01003b
Commit
1c01003b
authored
Nov 14, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
8a126c13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
src/input/es_out_timeshift.c
src/input/es_out_timeshift.c
+10
-9
No files found.
src/input/es_out_timeshift.c
View file @
1c01003b
...
@@ -225,15 +225,6 @@ static void Destroy( es_out_t *p_out )
...
@@ -225,15 +225,6 @@ static void Destroy( es_out_t *p_out )
if
(
p_sys
->
b_delayed
)
if
(
p_sys
->
b_delayed
)
TsStop
(
p_out
);
TsStop
(
p_out
);
for
(
;;
)
{
ts_cmd_t
cmd
;
if
(
CmdPop
(
p_out
,
&
cmd
)
)
break
;
CmdClean
(
&
cmd
);
}
TAB_CLEAN
(
p_sys
->
i_cmd
,
p_sys
->
pp_cmd
);
TAB_CLEAN
(
p_sys
->
i_cmd
,
p_sys
->
pp_cmd
);
while
(
p_sys
->
i_es
>
0
)
while
(
p_sys
->
i_es
>
0
)
...
@@ -584,6 +575,16 @@ static void TsStop( es_out_t *p_out )
...
@@ -584,6 +575,16 @@ static void TsStop( es_out_t *p_out )
vlc_object_kill
(
p_sys
->
p_thread
);
vlc_object_kill
(
p_sys
->
p_thread
);
vlc_thread_join
(
p_sys
->
p_thread
);
vlc_thread_join
(
p_sys
->
p_thread
);
for
(
;;
)
{
ts_cmd_t
cmd
;
if
(
CmdPop
(
p_out
,
&
cmd
)
)
break
;
CmdClean
(
&
cmd
);
}
p_sys
->
b_delayed
=
false
;
p_sys
->
b_delayed
=
false
;
}
}
static
void
*
TsRun
(
vlc_object_t
*
p_thread
)
static
void
*
TsRun
(
vlc_object_t
*
p_thread
)
...
...
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