Browse Source

vlc_es: use define for es count

pull/21/head
Francois Cartegnie 12 years ago
parent
commit
1f5843e627
  1. 2
      include/vlc_es.h

2
include/vlc_es.h

@ -426,8 +426,8 @@ enum es_format_category_e
AUDIO_ES,
SPU_ES,
NAV_ES,
ES_CATEGORY_COUNT
};
#define ES_CATEGORY_COUNT (NAV_ES + 1)
/**
* This function will fill all RGB shift from RGB masks.

Loading…
Cancel
Save