Commit 9f0ef143 authored by Francois Cartegnie's avatar Francois Cartegnie

vlc_es: add enum entries count

parent 5b7b2a5e
...@@ -422,10 +422,11 @@ struct es_format_t ...@@ -422,10 +422,11 @@ struct es_format_t
enum es_format_category_e enum es_format_category_e
{ {
UNKNOWN_ES = 0x00, UNKNOWN_ES = 0x00,
VIDEO_ES = 0x01, VIDEO_ES,
AUDIO_ES = 0x02, AUDIO_ES,
SPU_ES = 0x03, SPU_ES,
NAV_ES = 0x04, NAV_ES,
ES_CATEGORY_COUNT
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment