[MPlayer-cvslog] r24062 - trunk/input/ar.c
diego
subversion at mplayerhq.hu
Wed Aug 15 10:34:45 CEST 2007
Author: diego
Date: Wed Aug 15 10:34:45 2007
New Revision: 24062
Log:
Clarify comment as pointed out by Ulion.
Modified:
trunk/input/ar.c
Modified: trunk/input/ar.c
==============================================================================
--- trunk/input/ar.c (original)
+++ trunk/input/ar.c Wed Aug 15 10:34:45 2007
@@ -270,8 +270,8 @@ int mp_input_ar_init(void)
// Create the queue.
(*queue)->create(queue, 0, MAX_QUEUE_SIZE);
- // Add elements to the queue to make the queue work
- // on tiger. It's a sequence from 1 to 21,
+ // Add elements to the queue to make the queue work.
+ // On tiger, it's a sequence from 1 to 21,
// maybe it's the range of cookie values.
for (i = 0;i < nr_cookies;i++)
(*queue)->addElement(queue, cookies[i], 0);
More information about the MPlayer-cvslog
mailing list