[xiph-commits] r2994 - liboggplay/trunk/src/liboggplay

shans at svn.annodex.net shans at svn.annodex.net
Mon Jun 18 23:06:06 PDT 2007


Author: shans
Date: 2007-06-18 23:06:06 -0700 (Mon, 18 Jun 2007)
New Revision: 2994

Modified:
   liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c
Log:
Some extra comments



Modified: liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c	2007-06-19 04:49:49 UTC (rev 2993)
+++ liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c	2007-06-19 06:06:06 UTC (rev 2994)
@@ -502,9 +502,10 @@
      * 
      *      position
      *      v
-     * |<---amount_in_memory-->]
+     * [<---amount_in_memory-->|-----buffer_size--->]
      * 
-     * So the amount we COULD write is me->position.
+     * So the amount we COULD write is me->position (we don't want to write
+     * out what we haven't used).
      */
     
     can_write = me->current_position;



More information about the commits mailing list