[vlc-commits] libvlc: fix documentation

Rémi Duraffort git at videolan.org
Sun Jul 17 21:16:43 CEST 2011


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jul 16 12:11:25 2011 +0200| [8be795c7245d276f6e4ec3ec118370e2ecfdf177] | committer: Rémi Duraffort

libvlc: fix documentation

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

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

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 37e00e6..fce7425 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -539,7 +539,7 @@ void libvlc_audio_set_format_callbacks( libvlc_media_player_t *mp,
  * and is mutually exclusive with libvlc_audio_set_format_callbacks().
  *
  * \param mp the media player
- * \param fourcc a four-characters string identifying the sample format
+ * \param format a four-characters string identifying the sample format
  *               (e.g. "S16N" or "FL32")
  * \param rate sample rate (expressed in Hz)
  * \param channels channels count



More information about the vlc-commits mailing list