From a68f00985f1ae81290abcdcd41bbdb5c58968bb6 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 23 Apr 2003 16:15:00 +0000 Subject: I am not a Win32 developer, but I guess this is a sweet misunderstanding: audio_directx_out is an audio OUTPUT plugin, not a audio DECODER plugin therefore this buffer type is wrong here, since only DECODERS need to register buffer types CVS patchset: 4664 CVS date: 2003/04/23 16:15:00 --- src/xine-engine/buffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xine-engine/buffer.h') diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 7abfa9992..afe8defdc 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.108 2003/04/22 23:30:52 tchamp Exp $ + * $Id: buffer.h,v 1.109 2003/04/23 16:15:01 mroi Exp $ * * * contents: @@ -197,7 +197,6 @@ extern "C" { #define BUF_AUDIO_FLAC 0x032C0000 #define BUF_AUDIO_DV 0x032D0000 #define BUF_AUDIO_WMAV 0x032E0000 -#define BUF_AUDIO_DIRECTX 0x032F0000 /* spu buffer types: */ -- cgit v1.2.3