Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libbluray
Commits
cf54d520
Commit
cf54d520
authored
Oct 18, 2010
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_close_playlist(): reset graphics controller
parent
2407d652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/libbluray/bluray.c
src/libbluray/bluray.c
+4
-0
No files found.
src/libbluray/bluray.c
View file @
cf54d520
...
...
@@ -936,6 +936,10 @@ static int _preload_subpaths(BLURAY *bd)
static
void
_close_playlist
(
BLURAY
*
bd
)
{
if
(
bd
->
graphics_controller
)
{
gc_run
(
bd
->
graphics_controller
,
GC_CTRL_RESET
,
0
,
NULL
);
}
_close_m2ts
(
&
bd
->
st0
);
_close_preload
(
&
bd
->
st_ig
);
...
...
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