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
b83c41cc
Commit
b83c41cc
authored
Jun 24, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not include <vlc_spu.h> in <vlc_vout_osd.h>
parent
be54712b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
include/vlc_spu.h
include/vlc_spu.h
+0
-3
include/vlc_vout_osd.h
include/vlc_vout_osd.h
+3
-2
src/video_output/video_output.c
src/video_output/video_output.c
+1
-0
No files found.
include/vlc_spu.h
View file @
b83c41cc
...
...
@@ -41,9 +41,6 @@ extern "C" {
typedef
struct
spu_private_t
spu_private_t
;
/* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)
/**
* Subpicture unit descriptor
*/
...
...
include/vlc_vout_osd.h
View file @
b83c41cc
...
...
@@ -26,8 +26,6 @@
#ifndef VLC_VOUT_OSD_H
#define VLC_VOUT_OSD_H 1
#include <vlc_spu.h>
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
@@ -40,6 +38,9 @@ extern "C" {
* Overlay text and widgets
*/
//* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)
/**
* OSD menu position and picture type defines
*/
...
...
src/video_output/video_output.c
View file @
b83c41cc
...
...
@@ -43,6 +43,7 @@
#include <vlc_vout.h>
#include <vlc_filter.h>
#include <vlc_spu.h>
#include <vlc_vout_osd.h>
#include <vlc_image.h>
...
...
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