vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Jul 2 15:28:59 2019 +0200| [a01c8352408230981bb4f3b3a171524287c38e9a] | committer: Hugo Beauzée-Luyssen
vlc_input_item: Fix SPU extensions ordering > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a01c8352408230981bb4f3b3a171524287c38e9a --- 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 \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
