[xiph-commits] r2907 - liboggplay/trunk/plugin
shans at svn.annodex.net
shans at svn.annodex.net
Tue Jun 12 21:56:42 PDT 2007
Author: shans
Date: 2007-06-12 21:56:39 -0700 (Tue, 12 Jun 2007)
New Revision: 2907
Modified:
liboggplay/trunk/plugin/plugin_tools.h
Log:
Removed cmml and instance function definitions
Modified: liboggplay/trunk/plugin/plugin_tools.h
===================================================================
--- liboggplay/trunk/plugin/plugin_tools.h 2007-06-13 04:56:21 UTC (rev 2906)
+++ liboggplay/trunk/plugin/plugin_tools.h 2007-06-13 04:56:39 UTC (rev 2907)
@@ -37,9 +37,6 @@
#include <npapi.h>
-void *
-initialise_tools(NPP plugin_instance);
-
void
buffer_audio_data(unsigned char ** buffer, int* buffer_length,
unsigned char * data, int samples, int sample_size, int channels);
@@ -47,10 +44,4 @@
void
float_to_short_array(const float* in, short* out, int len);
-void
-set_cmml_callback(void * handle, char * callback);
-
-void
-on_cmml_data(void * handle, unsigned char ** cmml_data, int cmml_size);
-
#endif
More information about the commits
mailing list