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
13efec9e
Commit
13efec9e
authored
Nov 24, 2010
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar in comments
parent
ae79d25d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/input/resource.h
src/input/resource.h
+3
-3
No files found.
src/input/resource.h
View file @
13efec9e
...
...
@@ -42,7 +42,7 @@ sout_instance_t *input_resource_RequestSout( input_resource_t *, sout_instance_t
aout_instance_t
*
input_resource_RequestAout
(
input_resource_t
*
,
aout_instance_t
*
);
/**
* This function return the current aout if any.
* This function return
s
the current aout if any.
*
* You must call vlc_object_release on the value returned (if non NULL).
*/
...
...
@@ -54,14 +54,14 @@ aout_instance_t *input_resource_HoldAout( input_resource_t *p_resource );
vout_thread_t
*
input_resource_RequestVout
(
input_resource_t
*
,
vout_thread_t
*
,
video_format_t
*
,
unsigned
dpb_size
,
bool
b_recycle
);
/**
* This function return one of the current vout if any.
* This function return
s
one of the current vout if any.
*
* You must call vlc_object_release on the value returned (if non NULL).
*/
vout_thread_t
*
input_resource_HoldVout
(
input_resource_t
*
);
/**
* This function return all current vouts if any.
* This function return
s
all current vouts if any.
*
* You must call vlc_object_release on all values returned (if non NULL).
*/
...
...
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