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
GSoC
GSoC2018
macOS
vlc
Commits
5a504996
Commit
5a504996
authored
Nov 12, 2001
by
Christophe Massiot
Browse files
Disabled DirectX audio output for the time being.
parent
848a009a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/directx/aout_directx.c
View file @
5a504996
...
...
@@ -2,7 +2,7 @@
* aout_directx.c: Windows DirectX audio output method
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: aout_directx.c,v 1.1
0
2001/
08/05 18:57:59 gbazin
Exp $
* $Id: aout_directx.c,v 1.1
1
2001/
11/12 11:13:18 massiot
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -140,7 +140,7 @@ static int aout_Probe( probedata_t *p_data )
{
return
(
999
);
}
return
(
400
);
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