[vlc-commits] Doxygen typo
Rémi Denis-Courmont
git at videolan.org
Sat Jan 29 10:22:02 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 29 11:19:52 2011 +0200| [d388ae6c28f577c377be7560ee1f79ba91419ce0] | committer: Rémi Denis-Courmont
Doxygen typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d388ae6c28f577c377be7560ee1f79ba91419ce0
---
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 8ac784a..67ad363 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -333,7 +333,7 @@ void libvlc_video_set_callbacks( libvlc_media_player_t *mp,
* \version LibVLC 1.1.1 or later
* \bug All pixel planes are expected to have the same pitch.
* To use the YCbCr color space with chrominance subsampling,
- * consider using libvlc_video_set_format_callback() instead.
+ * consider using libvlc_video_set_format_callbacks() instead.
*/
VLC_PUBLIC_API
void libvlc_video_set_format( libvlc_media_player_t *mp, const char *chroma,
More information about the vlc-commits
mailing list