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

git version control git at videolan.org
Thu Jul 30 11:03:52 CEST 2009


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Wed Jul 29 01:08:34 2009 +0200| [b5a844bc5c26cae2078258a740ccfb9c1f5cf0c1] | committer: Olivier Aubert 

Fix comments in include files

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

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

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index d44c006..c4f9768 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -324,8 +324,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 *);
 
@@ -535,6 +535,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.
  */
@@ -551,6 +552,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 );
@@ -985,7 +987,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
diff --git a/include/vlc/libvlc_vlm.h b/include/vlc/libvlc_vlm.h
index 56a0a46..891740d 100644
--- a/include/vlc/libvlc_vlm.h
+++ b/include/vlc/libvlc_vlm.h
@@ -338,7 +338,6 @@ VLC_PUBLIC_API int libvlc_vlm_get_media_instance_seekable( libvlc_instance_t *,
  * The p_event_manager is immutable, so you don't have to hold the lock
  *
  * \param p_instance a libvlc instance
- * \param psz_name name of vlm media instance
  * \param p_exception an initialized exception pointer
  * \return libvlc_event_manager
  */




More information about the vlc-devel mailing list