Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9c5ebdcd
Commit
9c5ebdcd
authored
Sep 21, 2008
by
Laurent Aimar
Browse files
Privatized SUBPICTURE_RENDERED.
parent
4961a425
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/vlc_vout.h
View file @
9c5ebdcd
...
...
@@ -415,9 +415,6 @@ struct subpicture_t
#define SUBPICTURE_ALIGN_MASK ( SUBPICTURE_ALIGN_LEFT|SUBPICTURE_ALIGN_RIGHT| \
SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_BOTTOM )
/* Subpicture rendered flag - should only be used by vout_subpictures */
#define SUBPICTURE_RENDERED 0x10
/*****************************************************************************
* Prototypes
*****************************************************************************/
...
...
src/video_output/vout_subpictures.c
View file @
9c5ebdcd
...
...
@@ -91,6 +91,13 @@ struct subpicture_region_private_t
picture_t
*
p_picture
;
};
/* Subpicture rendered flag
* FIXME ? it could be moved to private ? */
#define SUBPICTURE_RENDERED (0x1000)
#ifdef SUBPICTURE_RENDERED < SUBPICTURE_ALIGN_MASK
# error SUBPICTURE_RENDERED too low
#endif
static
void
SpuRegionPrivateDestroy
(
subpicture_region_private_t
*
p_private
);
static
void
UpdateSPU
(
spu_t
*
,
vlc_object_t
*
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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