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
8a1ee23a
Commit
8a1ee23a
authored
Apr 18, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed picture_heap_t::pf_setpalette
parent
6d2319a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
include/vlc_vout.h
include/vlc_vout.h
+0
-3
src/video_output/vout_wrapper.c
src/video_output/vout_wrapper.c
+0
-1
No files found.
include/vlc_vout.h
View file @
8a1ee23a
...
...
@@ -62,9 +62,6 @@ struct picture_heap_t
uint32_t
i_rmask
;
int
i_rrshift
,
i_lrshift
;
uint32_t
i_gmask
;
int
i_rgshift
,
i_lgshift
;
uint32_t
i_bmask
;
int
i_rbshift
,
i_lbshift
;
/** Stuff used for palettized RGB planes */
void
(
*
pf_setpalette
)
(
vout_thread_t
*
,
uint16_t
*
,
uint16_t
*
,
uint16_t
*
);
};
/*****************************************************************************
...
...
src/video_output/vout_wrapper.c
View file @
8a1ee23a
...
...
@@ -153,7 +153,6 @@ int vout_InitWrapper(vout_thread_t *vout)
vout
->
output
.
i_rmask
=
source
.
i_rmask
;
vout
->
output
.
i_gmask
=
source
.
i_gmask
;
vout
->
output
.
i_bmask
=
source
.
i_bmask
;
vout
->
output
.
pf_setpalette
=
NULL
;
/* FIXME What to do ? Seems unused anyway */
/* also set fmt_out (completly broken API) */
vout
->
fmt_out
.
i_chroma
=
vout
->
output
.
i_chroma
;
...
...
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