Commit 9fffa028 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: let the compiler figure the number of profiles

parent f34e1895
/* Increase this value if you add a new profile */
#define NB_PROFILE 12
#define NB_PROFILE \
(sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0]))
static const char *const video_profile_name_list[] = {
"Video - H.264 + AAC (TS)",
......
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