[vlc-commits] libvlc: media_player: Clarify doc
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Fri Jun  2 17:58:30 CEST 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jun  1 16:20:26 2017 +0200| [d8a32285e255ed652ed2b433e1c25d48ea2e9258] | committer: Hugo Beauzée-Luyssen
libvlc: media_player: Clarify doc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8a32285e255ed652ed2b433e1c25d48ea2e9258
---
 include/vlc/libvlc_media_player.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index dbeafa29d1..c6603d4ac5 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -1418,7 +1418,7 @@ int libvlc_video_set_track( libvlc_media_player_t *p_mi, int i_track );
  *
  * \param p_mi media player instance
  * \param num number of video output (typically 0 for the first/only one)
- * \param psz_filepath the path where to save the screenshot to
+ * \param psz_filepath the path of a file or a folder to save the screenshot into
  * \param i_width the snapshot's width
  * \param i_height the snapshot's height
  * \return 0 on success, -1 if the video was not found
    
    
More information about the vlc-commits
mailing list