[vlc-devel] commit: Fix comments in include files (Olivier Aubert )

git version control git at videolan.org
Mon Aug 10 00:25:05 CEST 2009


vlc | branch: 1.0-bugfix | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Wed Jul 29 01:08:34 2009 +0200| [33acec157701d7db75efd517fbc20b829f4f57e1] | committer: Olivier Aubert 

Fix comments in include files
(cherry picked from commit b5a844bc5c26cae2078258a740ccfb9c1f5cf0c1)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33acec157701d7db75efd517fbc20b829f4f57e1
---

 include/vlc/libvlc_media_player.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 11368d3..30b2ddb 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -303,8 +303,8 @@ VLC_PUBLIC_API float libvlc_media_player_get_position( libvlc_media_player_t *,
  * Set movie position.
  *
  * \param p_mi the Media Player
+ * \param f_pos the position
  * \param p_e an initialized exception pointer
- * \return movie position
  */
 VLC_PUBLIC_API void libvlc_media_player_set_position( libvlc_media_player_t *, float, libvlc_exception_t *);
 
@@ -522,6 +522,7 @@ VLC_PUBLIC_API int libvlc_video_get_width( libvlc_media_player_t *, libvlc_excep
  * See also libvlc_video_set_scale().
  *
  * \param p_mediaplayer the media player
+ * \param p_e an initialized exception pointer
  * \return the currently configured zoom factor, or 0. if the video is set
  * to fit to the output window/drawable automatically.
  */
@@ -538,6 +539,7 @@ VLC_PUBLIC_API float libvlc_video_get_scale( libvlc_media_player_t *,
  *
  * \param p_mediaplayer the media player
  * \param i_factor the scaling factor, or zero
+ * \param p_e an initialized exception pointer
  */
 VLC_PUBLIC_API void libvlc_video_set_scale( libvlc_media_player_t *, float,
                                             libvlc_exception_t *p_e );
@@ -913,7 +915,7 @@ VLC_PUBLIC_API void libvlc_audio_set_volume( libvlc_instance_t *, int, libvlc_ex
  */
 VLC_PUBLIC_API int libvlc_audio_get_track_count( libvlc_media_player_t *,  libvlc_exception_t * );
 
- /**
+/**
  * Get the description of available audio tracks.
  *
  * \param p_mi media player




More information about the vlc-devel mailing list