Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
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
Show 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
...
@@ -151,26 +151,6 @@ struct aout_fifo_t
/* FIXME to remove once aout.h is cleaned a bit more */
/* FIXME to remove once aout.h is cleaned a bit more */
#include <vlc_block.h>
#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_NONE 0
#define AOUT_RESAMPLING_UP 1
#define AOUT_RESAMPLING_UP 1
#define AOUT_RESAMPLING_DOWN 2
#define AOUT_RESAMPLING_DOWN 2
...
...
include/vlc_common.h
View file @
e5ccd0bf
...
@@ -267,7 +267,6 @@ typedef struct aout_fifo_t aout_fifo_t;
...
@@ -267,7 +267,6 @@ typedef struct aout_fifo_t aout_fifo_t;
typedef
struct
aout_input_t
aout_input_t
;
typedef
struct
aout_input_t
aout_input_t
;
typedef
struct
block_t
aout_buffer_t
;
typedef
struct
block_t
aout_buffer_t
;
typedef
audio_format_t
audio_sample_format_t
;
typedef
audio_format_t
audio_sample_format_t
;
typedef
struct
aout_filter_t
aout_filter_t
;
/* Video */
/* Video */
typedef
struct
vout_thread_t
vout_thread_t
;
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