Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
86dcb649
Commit
86dcb649
authored
Sep 18, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* added origin (position) and 'original frame size' params to SPU es
parent
86b72463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
include/vlc_es.h
include/vlc_es.h
+12
-1
No files found.
include/vlc_es.h
View file @
86dcb649
...
...
@@ -111,12 +111,23 @@ struct video_format_t
*/
struct
subs_format_t
{
/* the character encoding of the text of the subtitle.
* all gettext recognized shorts can be used */
char
*
psz_encoding
;
int
i_x_origin
;
/**< x coordinate of the subtitle. 0 = left */
int
i_y_origin
;
/**< y coordinate of the subtitle. 0 = top */
struct
{
/*
FIXME
*/
/* */
uint32_t
palette
[
16
+
1
];
/* the width of the original movie the spu was extracted from */
int
i_original_frame_width
;
/* the height of the original movie the spu was extracted from */
int
i_original_frame_height
;
}
spu
;
struct
...
...
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