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
61ce43f4
Commit
61ce43f4
authored
Jan 12, 2000
by
Vincent Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Et le .h qui va avec le nouveal .c
parent
ba20f5aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
include/video_output.h
include/video_output.h
+10
-0
No files found.
include/video_output.h
View file @
61ce43f4
...
@@ -52,6 +52,16 @@ typedef struct vout_thread_s
...
@@ -52,6 +52,16 @@ typedef struct vout_thread_s
count_t
c_pictures
;
/* number of pictures added to heap */
count_t
c_pictures
;
/* number of pictures added to heap */
#endif
#endif
/* YUV translation tables, for 15,16 and 24/32 bpp displays. 16 bits and 32
* bits pointers points on the same data.
* CAUTION: these tables are translated: their origin is -384 */
u16
*
pi_trans16_red
;
u16
*
pi_trans16_green
;
u16
*
pi_trans16_blue
;
u32
*
pi_trans32_red
;
u32
*
pi_trans32_green
;
u32
*
pi_trans32_blue
;
/* Rendering functions - these functions are of vout_render_blank_t and
/* Rendering functions - these functions are of vout_render_blank_t and
* vout_render_line_t, but are not declared here using these types since
* vout_render_line_t, but are not declared here using these types since
* they require vout_thread_t to be defined */
* they require vout_thread_t to be defined */
...
...
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