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
f25a03a2
Commit
f25a03a2
authored
Apr 18, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused vout flags.
parent
2fb8a236
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/vlc_vout.h
include/vlc_vout.h
+0
-10
No files found.
include/vlc_vout.h
View file @
f25a03a2
...
@@ -161,24 +161,14 @@ struct vout_thread_t
...
@@ -161,24 +161,14 @@ struct vout_thread_t
* thread changed a variable
* thread changed a variable
* @{
* @{
*/
*/
/** b_info changed */
#define VOUT_INFO_CHANGE 0x0001
/** b_interface changed */
#define VOUT_INTF_CHANGE 0x0004
/** b_autoscale changed */
/** b_autoscale changed */
#define VOUT_SCALE_CHANGE 0x0008
#define VOUT_SCALE_CHANGE 0x0008
/** b_on_top changed */
/** b_on_top changed */
#define VOUT_ON_TOP_CHANGE 0x0010
#define VOUT_ON_TOP_CHANGE 0x0010
/** b_cursor changed */
#define VOUT_CURSOR_CHANGE 0x0020
/** b_fullscreen changed */
/** b_fullscreen changed */
#define VOUT_FULLSCREEN_CHANGE 0x0040
#define VOUT_FULLSCREEN_CHANGE 0x0040
/** i_zoom changed */
/** i_zoom changed */
#define VOUT_ZOOM_CHANGE 0x0080
#define VOUT_ZOOM_CHANGE 0x0080
/** depth changed */
#define VOUT_DEPTH_CHANGE 0x0400
/** change chroma tables */
#define VOUT_CHROMA_CHANGE 0x0800
/** cropping parameters changed */
/** cropping parameters changed */
#define VOUT_CROP_CHANGE 0x1000
#define VOUT_CROP_CHANGE 0x1000
/** aspect ratio changed */
/** aspect ratio changed */
...
...
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