From a55c9e9a6bf39b9e5d7aa54da47142a31d094967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cartegnie?= Date: Thu, 29 Feb 2024 17:51:47 +0100 Subject: [PATCH] codec: ttml add more namespaces defines --- modules/codec/ttml/ttml.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/codec/ttml/ttml.h b/modules/codec/ttml/ttml.h index 03412dfd9f..7e5ae4ce3c 100644 --- a/modules/codec/ttml/ttml.h +++ b/modules/codec/ttml/ttml.h @@ -68,6 +68,8 @@ struct tt_searchkey #define TT_NS_PROFILE TT_NS "/profile/" #define TT_NS_FEATURE TT_NS "/feature/" #define TT_NS_EXTENSION TT_NS "/extension/" +#define TT_NS_XML "http://www.w3.org/XML/1998/namespace" +#define TT_NS_SMPTE_TT_EXT "http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt" typedef struct {