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
e623f83c
Commit
e623f83c
authored
Oct 12, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vout: remove unimplemented GET_OPENGL controls
parent
d24ad5fc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
modules/codec/omxil/vout.c
modules/codec/omxil/vout.c
+0
-1
modules/hw/mmal/vout.c
modules/hw/mmal/vout.c
+0
-1
modules/video_output/android/opaque.c
modules/video_output/android/opaque.c
+0
-1
modules/video_output/android/surface.c
modules/video_output/android/surface.c
+0
-1
modules/video_output/kva.c
modules/video_output/kva.c
+0
-1
No files found.
modules/codec/omxil/vout.c
View file @
e623f83c
...
...
@@ -464,7 +464,6 @@ static int Control(vout_display_t *vd, int query, va_list args)
case
VOUT_DISPLAY_CHANGE_DISPLAY_FILLED
:
case
VOUT_DISPLAY_CHANGE_ZOOM
:
case
VOUT_DISPLAY_CHANGE_SOURCE_CROP
:
case
VOUT_DISPLAY_GET_OPENGL
:
return
VLC_EGENERIC
;
}
}
modules/hw/mmal/vout.c
View file @
e623f83c
...
...
@@ -631,7 +631,6 @@ static int vd_control(vout_display_t *vd, int query, va_list args)
case
VOUT_DISPLAY_CHANGE_ZOOM
:
case
VOUT_DISPLAY_RESET_PICTURES
:
case
VOUT_DISPLAY_GET_OPENGL
:
msg_Warn
(
vd
,
"Unsupported control query %d"
,
query
);
break
;
...
...
modules/video_output/android/opaque.c
View file @
e623f83c
...
...
@@ -345,7 +345,6 @@ static int Control(vout_display_t *vd, int query, va_list args)
case
VOUT_DISPLAY_CHANGE_DISPLAY_FILLED
:
case
VOUT_DISPLAY_CHANGE_ZOOM
:
case
VOUT_DISPLAY_CHANGE_SOURCE_ASPECT
:
case
VOUT_DISPLAY_GET_OPENGL
:
return
VLC_EGENERIC
;
}
}
modules/video_output/android/surface.c
View file @
e623f83c
...
...
@@ -482,7 +482,6 @@ static int Control(vout_display_t *vd, int query, va_list args)
case
VOUT_DISPLAY_CHANGE_DISPLAY_FILLED
:
case
VOUT_DISPLAY_CHANGE_ZOOM
:
case
VOUT_DISPLAY_CHANGE_SOURCE_ASPECT
:
case
VOUT_DISPLAY_GET_OPENGL
:
return
VLC_EGENERIC
;
}
}
modules/video_output/kva.c
View file @
e623f83c
...
...
@@ -511,7 +511,6 @@ static int Control( vout_display_t *vd, int query, va_list args )
case
VOUT_DISPLAY_RESET_PICTURES
:
case
VOUT_DISPLAY_CHANGE_DISPLAY_FILLED
:
case
VOUT_DISPLAY_GET_OPENGL
:
/* TODO */
break
;
}
...
...
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