Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
804defcc
Commit
804defcc
authored
Dec 31, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move input_item_array_t to <vlc_input_item.h>
parent
e5005f6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc_input_item.h
include/vlc_input_item.h
+2
-0
include/vlc_main.h
include/vlc_main.h
+0
-2
No files found.
include/vlc_input_item.h
View file @
804defcc
...
...
@@ -90,6 +90,8 @@ struct input_item_t
bool
b_error_when_reading
;
/**< Error When Reading */
};
TYPEDEF_ARRAY
(
input_item_t
*
,
input_item_array_t
)
enum
input_item_type_e
{
ITEM_TYPE_UNKNOWN
,
...
...
include/vlc_main.h
View file @
804defcc
...
...
@@ -26,8 +26,6 @@
* This file defines libvlc_int_t internal libvlc instance
*/
TYPEDEF_ARRAY
(
input_item_t
*
,
input_item_array_t
)
struct
hotkey
;
/*****************************************************************************
...
...
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