Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
ea3a73d0
Commit
ea3a73d0
authored
May 11, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics (vout).
parent
bc3f40f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
src/video_output/control.c
src/video_output/control.c
+0
-12
src/video_output/control.h
src/video_output/control.h
+0
-10
No files found.
src/video_output/control.c
View file @
ea3a73d0
...
...
@@ -38,22 +38,10 @@ void vout_control_cmd_Init(vout_control_cmd_t *cmd, int type)
void
vout_control_cmd_Clean
(
vout_control_cmd_t
*
cmd
)
{
switch
(
cmd
->
type
)
{
//case VOUT_CONTROL_OSD_MESSAGE:
case
VOUT_CONTROL_OSD_TITLE
:
case
VOUT_CONTROL_CHANGE_FILTERS
:
free
(
cmd
->
u
.
string
);
break
;
#if 0
case VOUT_CONTROL_OSD_TEXT:
free(cmd->text.string);
if (cmd->text.style)
text_style_Delete(cmd->text.style);
break;
case VOUT_CONTROL_OSD_SUBPICTURE:
if (cmd->subpicture)
subpicture_Delete(cmd->subpicture);
break;
#endif
default:
break
;
}
...
...
src/video_output/control.h
View file @
ea3a73d0
...
...
@@ -37,16 +37,6 @@ enum {
/* */
VOUT_CONTROL_START,
VOUT_CONTROL_STOP,
/* Controls */
/* OSD */
VOUT_CONTROL_OSD_MESSAGE,
VOUT_CONTROL_OSD_TEXT,
VOUT_CONTROL_OSD_SLIDER,
VOUT_CONTROL_OSD_ICON,
VOUT_CONTROL_OSD_SUBPICTURE,
#endif
VOUT_CONTROL_OSD_TITLE
,
/* string */
VOUT_CONTROL_CHANGE_FILTERS
,
/* string */
...
...
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