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
a77fdc28
Commit
a77fdc28
authored
Dec 21, 2006
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/vlc/libvlc.h: comment fixes
parent
b9390c02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
include/vlc/libvlc.h
include/vlc/libvlc.h
+2
-5
No files found.
include/vlc/libvlc.h
View file @
a77fdc28
...
...
@@ -371,7 +371,7 @@ int libvlc_video_destroy( libvlc_input_t *, libvlc_exception_t *);
* \param width new width for video output window
* \param height new height for video output window
* \param p_exception an initialized exception
* \return the
mute
status (boolean)
* \return the
success
status (boolean)
*/
void
libvlc_video_resize
(
libvlc_input_t
*
,
int
,
int
,
libvlc_exception_t
*
);
...
...
@@ -387,7 +387,7 @@ void libvlc_video_resize( libvlc_input_t *, int, int, libvlc_exception_t *);
* \param p_instance libvlc instance
* \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
* \param p_exception an initialized exception
* \return the
mute
status (boolean)
* \return the
success
status (boolean)
*/
int
libvlc_video_reparent
(
libvlc_input_t
*
,
libvlc_drawable_t
,
libvlc_exception_t
*
);
...
...
@@ -487,7 +487,6 @@ int libvlc_audio_get_volume( libvlc_instance_t *, libvlc_exception_t * );
* \param p_instance libvlc instance
* \param i_volume the volume (int)
* \param p_exception an initialized exception
* \return void
*/
void
libvlc_audio_set_volume
(
libvlc_instance_t
*
,
int
,
libvlc_exception_t
*
);
...
...
@@ -504,7 +503,6 @@ int libvlc_audio_get_track( libvlc_input_t *, libvlc_exception_t * );
* \param p_input input instance
* \param i_track the track (int)
* \param p_exception an initialized exception
* \return void
*/
void
libvlc_audio_set_track
(
libvlc_input_t
*
,
int
,
libvlc_exception_t
*
);
...
...
@@ -521,7 +519,6 @@ char *libvlc_audio_get_channel( libvlc_instance_t *, libvlc_exception_t * );
* \param p_instance input instance
* \param psz_channel the audio channel (char *)
* \param p_exception an initialized exception
* \return void
*/
void
libvlc_audio_set_channel
(
libvlc_instance_t
*
,
char
*
,
libvlc_exception_t
*
);
...
...
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