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
4273ae27
Commit
4273ae27
authored
Oct 08, 2010
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed hdmv_vm_suspend()
parent
c28b1815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/libbluray/hdmv/hdmv_vm.c
src/libbluray/hdmv/hdmv_vm.c
+3
-2
No files found.
src/libbluray/hdmv/hdmv_vm.c
View file @
4273ae27
...
...
@@ -912,8 +912,9 @@ int hdmv_vm_resume(HDMV_VM *p)
int
hdmv_vm_suspend
(
HDMV_VM
*
p
)
{
if
(
p
->
object
&&
!
p
-
ig_object
)
{
return
_suspend_object
(
p
);
if
(
p
->
object
&&
!
p
->
ig_object
)
{
_suspend_object
(
p
);
return
0
;
}
return
-
1
;
}
...
...
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