Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a1f55ee9
Commit
a1f55ee9
authored
Sep 18, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_object_internals_t is internal
parent
fb057829
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
include/vlc_common.h
include/vlc_common.h
+0
-2
src/libvlc.h
src/libvlc.h
+2
-2
No files found.
include/vlc_common.h
View file @
a1f55ee9
...
...
@@ -513,8 +513,6 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */
#include "vlc_mtime.h"
#include "vlc_threads.h"
typedef
struct
vlc_object_internals_t
vlc_object_internals_t
;
/*****************************************************************************
* Common structure members
*****************************************************************************/
...
...
src/libvlc.h
View file @
a1f55ee9
...
...
@@ -155,7 +155,7 @@ libvlc_global_data_t *vlc_global (void);
/**
* Private LibVLC data for each object.
*/
struct
vlc_object_internals_t
typedef
struct
vlc_object_internals_t
{
/* Object variables */
variable_t
*
p_vars
;
...
...
@@ -181,7 +181,7 @@ struct vlc_object_internals_t
vlc_object_t
*
prev
,
*
next
;
vlc_object_t
**
pp_children
;
int
i_children
;
};
}
vlc_object_internals_t
;
#define ZOOM_SECTION N_("Zoom")
#define ZOOM_QUARTER_KEY_TEXT N_("1:4 Quarter")
...
...
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