summaryrefslogtreecommitdiff
path: root/libavcodec/ttmlenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ttmlenc.h')
-rw-r--r--libavcodec/ttmlenc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/ttmlenc.h b/libavcodec/ttmlenc.h
index c1dd5ec990..c3bb11478d 100644
--- a/libavcodec/ttmlenc.h
+++ b/libavcodec/ttmlenc.h
@@ -25,4 +25,9 @@
#define TTMLENC_EXTRADATA_SIGNATURE "lavc-ttmlenc"
#define TTMLENC_EXTRADATA_SIGNATURE_SIZE (sizeof(TTMLENC_EXTRADATA_SIGNATURE) - 1)
+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";
+
#endif /* AVCODEC_TTMLENC_H */