[vlc-commits] input: missing comma in spu exts

Francois Cartegnie git at videolan.org
Wed Nov 8 10:25:53 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Nov  8 10:20:19 2017 +0100| [a76ddcecb57aee0fc26430524aeeb3c0523df626] | committer: Francois Cartegnie

input: missing comma in spu exts

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

 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 0b17d78171..e6ddc36271 100644
--- a/include/vlc_input_item.h
+++ b/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", \



More information about the vlc-commits mailing list