Commit 1f5843e6 authored by Francois Cartegnie's avatar Francois Cartegnie

vlc_es: use define for es count

parent bd4fde7b
...@@ -426,8 +426,8 @@ enum es_format_category_e ...@@ -426,8 +426,8 @@ enum es_format_category_e
AUDIO_ES, AUDIO_ES,
SPU_ES, SPU_ES,
NAV_ES, NAV_ES,
ES_CATEGORY_COUNT
}; };
#define ES_CATEGORY_COUNT (NAV_ES + 1)
/** /**
* This function will fill all RGB shift from RGB masks. * This function will fill all RGB shift from RGB masks.
......
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