vlc | branch: master | Alexandre Janniaux <[email protected]> | Wed Dec 4 19:09:19 2019 +0100| [c7debdee28793c1c73a7fb72263ece6587e22c10] | committer: Thomas Guillem
libvlc: media: remove comment The comment should have referenced libvlc_media_parse_async instead, and thus was wrong, but this function is now deprecated anyway. Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c7debdee28793c1c73a7fb72263ece6587e22c10 --- include/vlc/libvlc_media.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index d60617a3a5..c7b68ea4cd 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -659,7 +659,6 @@ LIBVLC_API libvlc_time_t * Parse the media asynchronously with options. * * This fetches (local or network) art, meta data and/or tracks information. - * This method is the extended version of libvlc_media_parse_with_options(). * * To track when this is over you can listen to libvlc_MediaParsedChanged * event. However if this functions returns an error, you will not receive any _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
