Commit 5a504996 authored by Christophe Massiot's avatar Christophe Massiot

Disabled DirectX audio output for the time being.

parent 848a009a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* aout_directx.c: Windows DirectX audio output method * aout_directx.c: Windows DirectX audio output method
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: aout_directx.c,v 1.10 2001/08/05 18:57:59 gbazin Exp $ * $Id: aout_directx.c,v 1.11 2001/11/12 11:13:18 massiot Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -140,7 +140,7 @@ static int aout_Probe( probedata_t *p_data ) ...@@ -140,7 +140,7 @@ static int aout_Probe( probedata_t *p_data )
{ {
return( 999 ); return( 999 );
} }
return( 400 ); return( 1 );
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment