[vlc-commits] commit: Use \deprecated explicitly for l_v_get_height and l_v_get_widget ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)

git at videolan.org git at videolan.org
Sat Nov 20 14:54:13 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 20 15:52:47 2010 +0200| [d51b0e0ee82ab06970d08921c6f35825bf9657b5] | committer: Rémi Denis-Courmont 

Use \deprecated explicitly for l_v_get_height and l_v_get_widget

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

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

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 9ff0cf9..205ffaf 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -699,7 +699,7 @@ int libvlc_video_get_size( libvlc_media_player_t *p_mi, unsigned num,
 
 /**
  * Get current video height.
- * You should use libvlc_video_get_size() instead.
+ * \deprecated Use libvlc_video_get_size() instead.
  *
  * \param p_mi the media player
  * \return the video pixel height or 0 if not applicable
@@ -709,7 +709,7 @@ int libvlc_video_get_height( libvlc_media_player_t *p_mi );
 
 /**
  * Get current video width.
- * You should use libvlc_video_get_size() instead.
+ * \deprecated Use libvlc_video_get_size() instead.
  *
  * \param p_mi the media player
  * \return the video pixel width or 0 if not applicable



More information about the vlc-commits mailing list