]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ttmlenc.h
avcodec/ttmlenc: add initial support for regions and styles
[ffmpeg] / libavcodec / ttmlenc.h
index c3bb11478d989c9ac0f0549d4bbe2ca3dc233877..467f35c7a6ea6b50ba4b5ac1fac4b5499ceb3079 100644 (file)
@@ -28,6 +28,7 @@
 static const char ttml_default_namespacing[] =
 "  xmlns=\"http://www.w3.org/ns/ttml\"\n"
 "  xmlns:ttm=\"http://www.w3.org/ns/ttml#metadata\"\n"
-"  xmlns:tts=\"http://www.w3.org/ns/ttml#styling\"\n";
+"  xmlns:tts=\"http://www.w3.org/ns/ttml#styling\"\n"
+"  xmlns:ttp=\"http://www.w3.org/ns/ttml#parameter\"\n";
 
 #endif /* AVCODEC_TTMLENC_H */