[vlc-commits] libvlc: remove useless enum member
Thomas Guillem
git at videolan.org
Sun Jun 5 13:02:14 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Sun Jun 5 12:35:11 2016 +0200| [7970b2ea7bbf349792501c9d7a8016f86476895a] | committer: Thomas Guillem
libvlc: remove useless enum member
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7970b2ea7bbf349792501c9d7a8016f86476895a
---
include/vlc/libvlc_media.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 4c02b04..72fa9fc 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -265,8 +265,7 @@ typedef enum libvlc_media_parse_flag_t
*/
typedef enum libvlc_media_parsed_status_t
{
- libvlc_media_parsed_status_init,
- libvlc_media_parsed_status_skipped,
+ libvlc_media_parsed_status_skipped = 1,
libvlc_media_parsed_status_failed,
libvlc_media_parsed_status_timeout,
libvlc_media_parsed_status_done,
More information about the vlc-commits
mailing list