[vlc-commits] Remove unused aout_filter_t properties
Rémi Denis-Courmont
git at videolan.org
Mon May 30 17:29:33 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 30 18:29:18 2011 +0300| [ba11afd95f1c60eb723babf3a24e89ed1336fd4a] | committer: Rémi Denis-Courmont
Remove unused aout_filter_t properties
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba11afd95f1c60eb723babf3a24e89ed1336fd4a
---
include/vlc_aout.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 694fc67..6c68639 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -164,10 +164,6 @@ struct aout_filter_t
es_format_t fmt_in;
es_format_t fmt_out;
- aout_alloc_t output_alloc;
-
- bool b_in_place;
-
void (*pf_do_work)( aout_instance_t *, aout_filter_t *,
aout_buffer_t *, aout_buffer_t * );
More information about the vlc-commits
mailing list