[vlc-commits] Remove aout_filter_t

Rémi Denis-Courmont git at videolan.org
Mon May 30 17:47:04 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 30 18:42:41 2011 +0300| [e5ccd0bf33e43b431206a6d4ced262a94daaf691] | committer: Rémi Denis-Courmont

Remove aout_filter_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5ccd0bf33e43b431206a6d4ced262a94daaf691
---

 include/vlc_aout.h   |   20 --------------------
 include/vlc_common.h |    1 -
 2 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 6c68639..6fcb809 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -151,26 +151,6 @@ struct aout_fifo_t
 /* FIXME to remove once aout.h is cleaned a bit more */
 #include <vlc_block.h>
 
-/** audio output filter */
-typedef struct aout_filter_owner_sys_t aout_filter_owner_sys_t;
-typedef struct aout_filter_sys_t aout_filter_sys_t;
-struct aout_filter_t
-{
-    VLC_COMMON_MEMBERS
-
-    module_t *              p_module;
-    aout_filter_sys_t       *p_sys;
-
-    es_format_t             fmt_in;
-    es_format_t             fmt_out;
-
-    void                    (*pf_do_work)( aout_instance_t *, aout_filter_t *,
-                                           aout_buffer_t *, aout_buffer_t * );
-
-    /* Private structure for the owner of the filter */
-    aout_filter_owner_sys_t *p_owner;
-};
-
 #define AOUT_RESAMPLING_NONE     0
 #define AOUT_RESAMPLING_UP       1
 #define AOUT_RESAMPLING_DOWN     2
diff --git a/include/vlc_common.h b/include/vlc_common.h
index b66a63f..5b856bd 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -267,7 +267,6 @@ typedef struct aout_fifo_t aout_fifo_t;
 typedef struct aout_input_t aout_input_t;
 typedef struct block_t aout_buffer_t;
 typedef audio_format_t audio_sample_format_t;
-typedef struct aout_filter_t aout_filter_t;
 
 /* Video */
 typedef struct vout_thread_t vout_thread_t;



More information about the vlc-commits mailing list