[xiph-commits] r2975 - liboggplay/trunk/src/liboggplay
laser13 at svn.annodex.net
laser13 at svn.annodex.net
Sun Jun 17 20:40:34 PDT 2007
Author: laser13
Date: 2007-06-17 20:40:34 -0700 (Sun, 17 Jun 2007)
New Revision: 2975
Modified:
liboggplay/trunk/src/liboggplay/oggplay_buffer.c
Log:
Previous commit removed OggPlayStreamState replaced by shans with OggPlayStreamInfo.
Modified: liboggplay/trunk/src/liboggplay/oggplay_buffer.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_buffer.c 2007-06-18 03:33:32 UTC (rev 2974)
+++ liboggplay/trunk/src/liboggplay/oggplay_buffer.c 2007-06-18 03:40:34 UTC (rev 2975)
@@ -212,6 +212,7 @@
next_loc = WRAP_INC(buffer->last_emptied, buffer->buffer_size);
if (buffer->buffer_list[next_loc] == NULL) {
+
return NULL;
}
More information about the commits
mailing list