Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6bc0752a
Commit
6bc0752a
authored
Jan 13, 2003
by
Jon Lech Johansen
Browse files
* ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
parent
525c7039
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/aout.m
View file @
6bc0752a
/*****************************************************************************
* aout.m: CoreAudio output plugin
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: aout.m,v 1.
19
2003/01/13
14:51:25 massiot
Exp $
* Copyright (C) 2002
-2003
VideoLAN
* $Id: aout.m,v 1.
20
2003/01/13
20:02:37 jlj
Exp $
*
* Authors: Colin Delacroix
<colin
@
zoy.org
>
* Jon Lech Johansen
<jon-vl
@
nanocrew.net
>
...
...
@@ -410,13 +410,6 @@ void E_(CloseAudio)( aout_instance_t * p_aout )
(char *)
&
err );
}
err = AudioHardwareUnload();
if( err != noErr )
{
msg_Err( p_aout, "AudioHardwareUnload failed: [%4.4s]",
(char *)
&
err );
}
FreeHardware( p_aout );
free( p_sys );
...
...
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