Commit ba11afd9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused aout_filter_t properties

parent a2fc9256
...@@ -164,10 +164,6 @@ struct aout_filter_t ...@@ -164,10 +164,6 @@ struct aout_filter_t
es_format_t fmt_in; es_format_t fmt_in;
es_format_t fmt_out; es_format_t fmt_out;
aout_alloc_t output_alloc;
bool b_in_place;
void (*pf_do_work)( aout_instance_t *, aout_filter_t *, void (*pf_do_work)( aout_instance_t *, aout_filter_t *,
aout_buffer_t *, aout_buffer_t * ); aout_buffer_t *, aout_buffer_t * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment