Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
5da255df
Commit
5da255df
authored
Jun 13, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation in some of the structs defintions.
parent
21d5beed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
modules/video_output/fb.c
modules/video_output/fb.c
+7
-7
No files found.
modules/video_output/fb.c
View file @
5da255df
...
...
@@ -132,7 +132,7 @@ struct vout_sys_t
{
/* System information */
int
i_tty
;
/* tty device handle */
bool
b_tty
;
bool
b_tty
;
struct
termios
old_termios
;
/* Original configuration information */
...
...
@@ -144,21 +144,21 @@ struct vout_sys_t
int
i_fd
;
/* device handle */
struct
fb_var_screeninfo
old_info
;
/* original mode information */
struct
fb_var_screeninfo
var_info
;
/* current mode information */
bool
b_pan
;
/* does device supports panning ? */
bool
b_pan
;
/* does device supports panning ? */
struct
fb_cmap
fb_cmap
;
/* original colormap */
uint16_t
*
p_palette
;
/* original palette */
bool
b_hw_accel
;
/* has hardware support */
bool
b_hw_accel
;
/* has hardware support */
/* Video information */
uint32_t
i_width
;
uint32_t
i_height
;
int
i_aspect
;
int
i_bytes_per_pixel
;
bool
b_auto
;
/* Automatically adjust video size to fb size */
int
i_aspect
;
int
i_bytes_per_pixel
;
bool
b_auto
;
/* Automatically adjust video size to fb size */
vlc_fourcc_t
i_chroma
;
/* Video memory */
uint8_t
*
p_video
;
/* base adress */
uint8_t
*
p_video
;
/* base adress */
size_t
i_page_size
;
/* page size */
};
...
...
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