[MPlayer-cvslog] r21249 - in trunk/libaf: af.h config.h
diego
subversion at mplayerhq.hu
Sat Nov 25 20:57:31 CET 2006
Author: diego
Date: Sat Nov 25 20:57:31 2006
New Revision: 21249
Removed:
trunk/libaf/config.h
Modified:
trunk/libaf/af.h
Log:
Remove config.h, there are multiple files under that name.
Modified: trunk/libaf/af.h
==============================================================================
--- trunk/libaf/af.h (original)
+++ trunk/libaf/af.h Sat Nov 25 20:57:31 2006
@@ -10,6 +10,11 @@
struct af_instance_s;
+// Number of channels
+#ifndef AF_NCH
+#define AF_NCH 6
+#endif
+
// Audio data chunk
typedef struct af_data_s
{
More information about the MPlayer-cvslog
mailing list