[MPlayer-cvslog] r36291 - trunk/libao2/ao_jack.c

reimar subversion at mplayerhq.hu
Mon May 27 22:36:58 CEST 2013


Author: reimar
Date: Mon May 27 22:36:58 2013
New Revision: 36291

Log:
Make comment clearer.

Modified:
   trunk/libao2/ao_jack.c

Modified: trunk/libao2/ao_jack.c
==============================================================================
--- trunk/libao2/ao_jack.c	Sun May 26 17:54:34 2013	(r36290)
+++ trunk/libao2/ao_jack.c	Mon May 27 22:36:58 2013	(r36291)
@@ -254,7 +254,7 @@ static int init(int rate, int channels, 
   if (channels > i) channels = i;
   num_ports = channels;
 
-  // create out output ports
+  // create out_* output ports
   for (i = 0; i < num_ports; i++) {
     char pname[30];
     snprintf(pname, 30, "out_%d", i);


More information about the MPlayer-cvslog mailing list