[vlc-devel] [PATCH 1/2] vlc_input_item: Fix SPU extensions ordering
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Tue Jul 2 15:30:39 CEST 2019
---
include/vlc_input_item.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 1e94b842a2..492a442036 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -171,7 +171,7 @@ enum slave_priority
"psb", "rt", "sami", "sbv", \
"scc", "smi", "srt", \
"ssa", "stl", "sub", \
- "ttml", "tt", "usf", \
+ "tt", "ttml", "usf", \
"vtt", "webvtt"
#define SLAVE_AUDIO_EXTENSIONS \
--
2.20.1
More information about the vlc-devel
mailing list