[vlc-commits] Add sami extension for auto-loading of subs
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 7 23:18:07 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 7 23:17:55 2017 +0100| [bbb1bcebec705e73f1b0d60df71891959971ed4e] | committer: Jean-Baptiste Kempf
Add sami extension for auto-loading of subs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbb1bcebec705e73f1b0d60df71891959971ed4e
---
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 deee97692a..f22c3d9330 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -158,7 +158,7 @@ enum slave_priority
"aqt", "ass", "cdg", \
"dks", "idx", "jss", \
"mpl2", "mpsub", "pjs", \
- "psb", "rt", "sbv", \
+ "psb", "rt", "sami", "sbv", \
"scc", "smi", "srt", \
"ssa", "stl", "sub", \
"ttml", "tt", "usf", \
More information about the vlc-commits
mailing list