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
6701b274
Commit
6701b274
authored
Mar 17, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed dead code.
parent
1ac10ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
include/vlc_codecs.h
include/vlc_codecs.h
+0
-27
No files found.
include/vlc_codecs.h
View file @
6701b274
...
...
@@ -393,31 +393,4 @@ static inline void sf_tag_to_fourcc( GUID *guid_tag,
if
(
ppsz_name
)
*
ppsz_name
=
sub_format_tag_to_fourcc
[
i
].
psz_name
;
}
/**
* Structure to hold information concerning subtitles.
* Used between demuxers and decoders of subtitles.
*/
typedef
struct
es_sys_t
{
char
*
psz_header
;
/* for 'ssa ' and 'subt' */
/* for spudec */
unsigned
int
i_orig_height
;
unsigned
int
i_orig_width
;
unsigned
int
i_origin_x
;
unsigned
int
i_origin_y
;
unsigned
int
i_scale_h
;
unsigned
int
i_scale_v
;
unsigned
int
i_alpha
;
bool
b_smooth
;
mtime_t
i_fade_in
;
mtime_t
i_fade_out
;
unsigned
int
i_align
;
mtime_t
i_time_offset
;
bool
b_forced_subs
;
unsigned
int
palette
[
16
];
unsigned
int
colors
[
4
];
}
subtitle_data_t
;
#endif
/* "codecs.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