vlc | branch: master | Rémi Denis-Courmont <r...@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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to