[vlc-commits] vlc_es: add enum entries count
Francois Cartegnie
git at videolan.org
Sat May 10 17:01:23 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu May 8 18:24:58 2014 +0200| [9f0ef1430ba8e5fbb7eb473d9b88d3ba07343291] | committer: Francois Cartegnie
vlc_es: add enum entries count
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f0ef1430ba8e5fbb7eb473d9b88d3ba07343291
---
include/vlc_es.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/include/vlc_es.h b/include/vlc_es.h
index d6c603e..9d631ac 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -422,10 +422,11 @@ struct es_format_t
enum es_format_category_e
{
UNKNOWN_ES = 0x00,
- VIDEO_ES = 0x01,
- AUDIO_ES = 0x02,
- SPU_ES = 0x03,
- NAV_ES = 0x04,
+ VIDEO_ES,
+ AUDIO_ES,
+ SPU_ES,
+ NAV_ES,
+ ES_CATEGORY_COUNT
};
/**
More information about the vlc-commits
mailing list