[vlc-commits] Add sami extension for auto-loading of subs

Jean-Baptiste Kempf git at videolan.org
Thu Dec 7 23:26:08 CET 2017


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec  7 23:17:55 2017 +0100| [adec1d1874b00898dc2f25b2301e52213d1622a9] | committer: Jean-Baptiste Kempf

Add sami extension for auto-loading of subs

(cherry picked from commit bbb1bcebec705e73f1b0d60df71891959971ed4e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=adec1d1874b00898dc2f25b2301e52213d1622a9
---

 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