Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
ladspa
swh-readonly.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File swh-readonly.dif of Package ladspa
--- delay_1898.c +++ delay_1898.c @@ -218,7 +218,7 @@ Delay_n *plugin_data = (Delay_n *)instance; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out; @@ -312,7 +312,7 @@ LADSPA_Data run_adding_gain = plugin_data->run_adding_gain; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out; @@ -493,7 +493,7 @@ Delay_l *plugin_data = (Delay_l *)instance; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out; @@ -575,7 +575,7 @@ LADSPA_Data run_adding_gain = plugin_data->run_adding_gain; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out; @@ -744,7 +744,7 @@ Delay_c *plugin_data = (Delay_c *)instance; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out; @@ -828,7 +828,7 @@ LADSPA_Data run_adding_gain = plugin_data->run_adding_gain; /* Input (array of floats of length sample_count) */ - const LADSPA_Data * const in = plugin_data->in; + const LADSPA_Data * in = plugin_data->in; /* Output (array of floats of length sample_count) */ LADSPA_Data * const out = plugin_data->out;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor