[MPlayer-cvslog] r31358 - trunk/libao2/ao_jack.c
tack
subversion at mplayerhq.hu
Wed Jun 9 23:13:04 CEST 2010
Author: tack
Date: Wed Jun 9 23:13:03 2010
New Revision: 31358
Log:
ao_jack: increase maximum allowed channels from 6 to 8.
Modified:
trunk/libao2/ao_jack.c
Modified: trunk/libao2/ao_jack.c
==============================================================================
--- trunk/libao2/ao_jack.c Wed Jun 9 19:46:34 2010 (r31357)
+++ trunk/libao2/ao_jack.c Wed Jun 9 23:13:03 2010 (r31358)
@@ -51,7 +51,7 @@ static const ao_info_t info =
LIBAO_EXTERN(jack)
//! maximum number of channels supported, avoids lots of mallocs
-#define MAX_CHANS 6
+#define MAX_CHANS 8
static jack_port_t *ports[MAX_CHANS];
static int num_ports; ///< Number of used ports == number of channels
static jack_client_t *client;
More information about the MPlayer-cvslog
mailing list