0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Clarify comment as pointed out by Ulion.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24062 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-15 08:34:45 +00:00
parent 80dd062ef9
commit f7ad582be5

View File

@ -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);