Browse Source

input: missing comma in spu exts

pull/59/merge
Francois Cartegnie 9 years ago
parent
commit
a76ddcecb5
  1. 2
      include/vlc_input_item.h

2
include/vlc_input_item.h

@ -149,7 +149,7 @@ enum slave_priority
"usf", "jss", "cdg", \
"psb", "mpsub","mpl2", \
"pjs", "dks", "stl", \
"vtt", "sbv", "ttml" \
"vtt", "sbv", "ttml",\
"scc"
#define SLAVE_AUDIO_EXTENSIONS \
"ac3", "m4a", "aac", \

Loading…
Cancel
Save