summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-23 16:15:00 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-23 16:15:00 +0000
commita68f00985f1ae81290abcdcd41bbdb5c58968bb6 (patch)
treeb39e0d34ed8e23dd2a2ca99bb8642a9e8cc2b3bf /src/xine-engine/buffer.h
parent7d50cc7933fa0ab49de24eae84aadccc7e052a01 (diff)
downloadxine-lib-a68f00985f1ae81290abcdcd41bbdb5c58968bb6.tar.gz
xine-lib-a68f00985f1ae81290abcdcd41bbdb5c58968bb6.tar.bz2
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
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r--src/xine-engine/buffer.h3
1 files changed, 1 insertions, 2 deletions
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: */