Commit d388ae6c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Doxygen typo

parent 130cdb2d
...@@ -333,7 +333,7 @@ void libvlc_video_set_callbacks( libvlc_media_player_t *mp, ...@@ -333,7 +333,7 @@ void libvlc_video_set_callbacks( libvlc_media_player_t *mp,
* \version LibVLC 1.1.1 or later * \version LibVLC 1.1.1 or later
* \bug All pixel planes are expected to have the same pitch. * \bug All pixel planes are expected to have the same pitch.
* To use the YCbCr color space with chrominance subsampling, * 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 VLC_PUBLIC_API
void libvlc_video_set_format( libvlc_media_player_t *mp, const char *chroma, void libvlc_video_set_format( libvlc_media_player_t *mp, const char *chroma,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment