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
b755e003
Commit
b755e003
authored
Nov 06, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused typedefs
parent
e8da701b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
include/vlc_common.h
include/vlc_common.h
+0
-17
No files found.
include/vlc_common.h
View file @
b755e003
...
@@ -246,7 +246,6 @@ typedef struct aout_fifo_t aout_fifo_t;
...
@@ -246,7 +246,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
audio_date_t
audio_date_t
;
typedef
struct
aout_filter_t
aout_filter_t
;
typedef
struct
aout_filter_t
aout_filter_t
;
/* Video */
/* Video */
...
@@ -284,18 +283,6 @@ typedef struct config_chain_t config_chain_t;
...
@@ -284,18 +283,6 @@ typedef struct config_chain_t config_chain_t;
typedef
struct
session_descriptor_t
session_descriptor_t
;
typedef
struct
session_descriptor_t
session_descriptor_t
;
typedef
struct
announce_method_t
announce_method_t
;
typedef
struct
announce_method_t
announce_method_t
;
typedef
struct
sout_param_t
sout_param_t
;
typedef
struct
sout_pcat_t
sout_pcat_t
;
typedef
struct
sout_std_t
sout_std_t
;
typedef
struct
sout_display_t
sout_display_t
;
typedef
struct
sout_duplicate_t
sout_duplicate_t
;
typedef
struct
sout_transcode_t
sout_transcode_t
;
typedef
struct
sout_chain_t
sout_chain_t
;
typedef
struct
streaming_profile_t
streaming_profile_t
;
typedef
struct
sout_module_t
sout_module_t
;
typedef
struct
sout_gui_descr_t
sout_gui_descr_t
;
typedef
struct
profile_parser_t
profile_parser_t
;
/* Decoders */
/* Decoders */
typedef
struct
decoder_t
decoder_t
;
typedef
struct
decoder_t
decoder_t
;
typedef
struct
decoder_sys_t
decoder_sys_t
;
typedef
struct
decoder_sys_t
decoder_sys_t
;
...
@@ -310,16 +297,12 @@ typedef struct filter_t filter_t;
...
@@ -310,16 +297,12 @@ typedef struct filter_t filter_t;
typedef
struct
filter_sys_t
filter_sys_t
;
typedef
struct
filter_sys_t
filter_sys_t
;
/* Network */
/* Network */
typedef
struct
network_socket_t
network_socket_t
;
typedef
struct
virtual_socket_t
v_socket_t
;
typedef
struct
virtual_socket_t
v_socket_t
;
typedef
struct
vlc_acl_t
vlc_acl_t
;
typedef
struct
vlc_acl_t
vlc_acl_t
;
typedef
struct
vlc_url_t
vlc_url_t
;
typedef
struct
vlc_url_t
vlc_url_t
;
/* Misc */
/* Misc */
typedef
struct
iso639_lang_t
iso639_lang_t
;
typedef
struct
iso639_lang_t
iso639_lang_t
;
typedef
struct
device_t
device_t
;
typedef
struct
device_probe_t
device_probe_t
;
typedef
struct
probe_sys_t
probe_sys_t
;
/* block */
/* block */
typedef
struct
block_t
block_t
;
typedef
struct
block_t
block_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