Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
362dbda8
Commit
362dbda8
authored
Nov 06, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some typedefs to non-existent structs
parent
0df5550c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
include/vlc_common.h
include/vlc_common.h
+0
-8
No files found.
include/vlc_common.h
View file @
362dbda8
...
...
@@ -177,8 +177,6 @@ typedef struct vlc_list_t vlc_list_t;
typedef
struct
vlc_object_t
vlc_object_t
;
typedef
struct
libvlc_int_t
libvlc_int_t
;
typedef
struct
date_t
date_t
;
typedef
struct
dict_entry_t
dict_entry_t
;
typedef
struct
dict_t
dict_t
;
/* Playlist */
...
...
@@ -211,7 +209,6 @@ typedef struct config_category_t config_category_t;
/* Input */
typedef
struct
input_thread_t
input_thread_t
;
typedef
struct
input_thread_sys_t
input_thread_sys_t
;
typedef
struct
input_item_t
input_item_t
;
typedef
struct
input_item_node_t
input_item_node_t
;
typedef
struct
access_t
access_t
;
...
...
@@ -223,7 +220,6 @@ typedef struct demux_sys_t demux_sys_t;
typedef
struct
es_out_t
es_out_t
;
typedef
struct
es_out_id_t
es_out_id_t
;
typedef
struct
es_out_sys_t
es_out_sys_t
;
typedef
struct
es_descriptor_t
es_descriptor_t
;
typedef
struct
seekpoint_t
seekpoint_t
;
typedef
struct
info_t
info_t
;
typedef
struct
info_category_t
info_category_t
;
...
...
@@ -340,10 +336,6 @@ typedef struct vod_t vod_t;
typedef
struct
vod_sys_t
vod_sys_t
;
typedef
struct
vod_media_t
vod_media_t
;
/* opengl */
typedef
struct
opengl_t
opengl_t
;
typedef
struct
opengl_sys_t
opengl_sys_t
;
/* osdmenu */
typedef
struct
osd_menu_t
osd_menu_t
;
typedef
struct
osd_state_t
osd_state_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