[vlc-commits] add ttml as slave spu extension
Francois Cartegnie
git at videolan.org
Mon Feb 6 20:08:06 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 6 13:53:42 2017 +0100| [ac6badf2a4d083410d8fa90b6abfb0eface130eb] | committer: Francois Cartegnie
add ttml as slave spu extension
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac6badf2a4d083410d8fa90b6abfb0eface130eb
---
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 baa19de..c550762 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -151,7 +151,7 @@ enum slave_priority
"usf", "jss", "cdg", \
"psb", "mpsub","mpl2", \
"pjs", "dks", "stl", \
- "vtt", "sbv"
+ "vtt", "sbv", "ttml"
#define SLAVE_AUDIO_EXTENSIONS \
"ac3", "m4a", "aac", \
"eac3", "dtshd", "flac", \
More information about the vlc-commits
mailing list