[xiph-commits] r2979 - liboggplay/trunk/include/oggplay
shans at svn.annodex.net
shans at svn.annodex.net
Mon Jun 18 01:18:53 PDT 2007
Author: shans
Date: 2007-06-18 01:18:53 -0700 (Mon, 18 Jun 2007)
New Revision: 2979
Modified:
liboggplay/trunk/include/oggplay/oggplay.h
Log:
modified oggplay_open_with_reader and oggplay_new_with_reader definitions
to _not_ take a location. This is now provided directly to the reader.
Modified: liboggplay/trunk/include/oggplay/oggplay.h
===================================================================
--- liboggplay/trunk/include/oggplay/oggplay.h 2007-06-18 08:11:54 UTC (rev 2978)
+++ liboggplay/trunk/include/oggplay/oggplay.h 2007-06-18 08:18:53 UTC (rev 2979)
@@ -68,10 +68,10 @@
oggplay_set_reader(OggPlay *OS, OggPlayReader *OSR);
OggPlay *
-oggplay_open_with_reader(OggPlayReader *reader, char *location);
+oggplay_open_with_reader(OggPlayReader *reader);
OggPlay *
-oggplay_new_with_reader(OggPlayReader *reader, char *location);
+oggplay_new_with_reader(OggPlayReader *reader);
OggPlayErrorCode
oggplay_initialise(OggPlay *me, int block);
More information about the commits
mailing list