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
5f2aa466
Commit
5f2aa466
authored
Nov 05, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/video_output.h: forgot this file in the vout_Synchro commit yesterday.
parent
93de8cf8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/video_output.h
include/video_output.h
+2
-2
No files found.
include/video_output.h
View file @
5f2aa466
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* video_output.h : video output thread
* video_output.h : video output thread
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: video_output.h,v 1.10
0 2003/10/24 21:27:06
gbazin Exp $
* $Id: video_output.h,v 1.10
1 2003/11/05 09:16:55
gbazin Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
@@ -85,7 +85,7 @@ struct vout_thread_t
...
@@ -85,7 +85,7 @@ struct vout_thread_t
vlc_bool_t
b_scale
;
/**< allow picture scaling */
vlc_bool_t
b_scale
;
/**< allow picture scaling */
vlc_bool_t
b_fullscreen
;
/**< toogle fullscreen display */
vlc_bool_t
b_fullscreen
;
/**< toogle fullscreen display */
vlc_bool_t
b_override_aspect
;
/**< aspect ratio overriden */
vlc_bool_t
b_override_aspect
;
/**< aspect ratio overriden */
mtime_t
render_time
;
/**< last picture render time */
uint32_t
render_time
;
/**< last picture render time */
unsigned
int
i_window_width
;
/**< video window width */
unsigned
int
i_window_width
;
/**< video window width */
unsigned
int
i_window_height
;
/**< video window height */
unsigned
int
i_window_height
;
/**< video window height */
unsigned
int
i_alignment
;
/**< video alignment in window */
unsigned
int
i_alignment
;
/**< video alignment in window */
...
...
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