Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e5ccd0bf
Commit
e5ccd0bf
authored
May 30, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove aout_filter_t
parent
94b7316f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
include/vlc_aout.h
include/vlc_aout.h
+0
-20
include/vlc_common.h
include/vlc_common.h
+0
-1
No files found.
include/vlc_aout.h
View file @
e5ccd0bf
...
...
@@ -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
...
...
include/vlc_common.h
View file @
e5ccd0bf
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment