[vlc-commits] input: add webvtt in spu exts
    Francois Cartegnie 
    git at videolan.org
       
    Wed Nov  8 10:25:55 CET 2017
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Nov  8 10:24:35 2017 +0100| [d58ffc5afd5715e41994fa3771175a550ffa070a] | committer: Francois Cartegnie
input: add webvtt in spu exts
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d58ffc5afd5715e41994fa3771175a550ffa070a
---
 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 e6ddc36271..7d7928ede9 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -150,7 +150,7 @@ enum slave_priority
     "psb", "mpsub","mpl2", \
     "pjs", "dks", "stl", \
     "vtt", "sbv", "ttml",\
-    "scc"
+    "scc", "webvtt"
 #define SLAVE_AUDIO_EXTENSIONS \
     "ac3", "m4a", "aac", \
     "eac3",  "dtshd", "flac", \
    
    
More information about the vlc-commits
mailing list