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
c2fa7f2e
Commit
c2fa7f2e
authored
Jun 14, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: fix typos
parent
9efeee0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc_aout.h
include/vlc_aout.h
+1
-1
include/vlc_http.h
include/vlc_http.h
+2
-2
No files found.
include/vlc_aout.h
View file @
c2fa7f2e
...
...
@@ -267,7 +267,7 @@ static inline void aout_MuteReport(audio_output_t *aout, bool mute)
/**
* Report audio policy status.
* \parm cork true to request a cork, false to undo any pending cork.
* \par
a
m cork true to request a cork, false to undo any pending cork.
*/
static
inline
void
aout_PolicyReport
(
audio_output_t
*
aout
,
bool
cork
)
{
...
...
include/vlc_http.h
View file @
c2fa7f2e
...
...
@@ -87,8 +87,8 @@ VLC_API bool vlc_http_cookies_append( vlc_http_cookie_jar_t * p_jar, const char
/**
* Returns a cookie value that match the given URL.
*
* @param
s
p_jar a cookie jar
* @param
s
p_url the URL for which the cookies are returned
* @param p_jar a cookie jar
* @param p_url the URL for which the cookies are returned
* @return A string consisting of semicolon-separated cookie NAME=VALUE pairs.
*/
VLC_API
char
*
vlc_http_cookies_for_url
(
vlc_http_cookie_jar_t
*
p_jar
,
const
vlc_url_t
*
p_url
);
...
...
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