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
91d60a7c
Commit
91d60a7c
authored
Jul 06, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved DEFAULT_CHAN to vlc_osd.h
parent
a120d3b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc_osd.h
include/vlc_osd.h
+3
-0
include/vlc_vout.h
include/vlc_vout.h
+0
-3
No files found.
include/vlc_osd.h
View file @
91d60a7c
...
@@ -56,6 +56,9 @@ extern "C" {
...
@@ -56,6 +56,9 @@ extern "C" {
typedef
struct
spu_private_t
spu_private_t
;
typedef
struct
spu_private_t
spu_private_t
;
/* Default subpicture channel ID */
#define DEFAULT_CHAN 1
/**
/**
* Subpicture unit descriptor
* Subpicture unit descriptor
*/
*/
...
...
include/vlc_vout.h
View file @
91d60a7c
...
@@ -67,9 +67,6 @@ struct picture_heap_t
...
@@ -67,9 +67,6 @@ struct picture_heap_t
void
(
*
pf_setpalette
)
(
vout_thread_t
*
,
uint16_t
*
,
uint16_t
*
,
uint16_t
*
);
void
(
*
pf_setpalette
)
(
vout_thread_t
*
,
uint16_t
*
,
uint16_t
*
,
uint16_t
*
);
};
};
/* Default subpicture channel ID */
#define DEFAULT_CHAN 1
/*****************************************************************************
/*****************************************************************************
* Prototypes
* Prototypes
*****************************************************************************/
*****************************************************************************/
...
...
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