From 5c4f94de8eb5c2531cbf7e12ec626f71cc256d70 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Apr 2022 21:48:02 +0200 Subject: [PATCH] Fix originalMediaType() --- matroska/matroskatagid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matroska/matroskatagid.h b/matroska/matroskatagid.h index a92a0c9..1608222 100644 --- a/matroska/matroskatagid.h +++ b/matroska/matroskatagid.h @@ -232,7 +232,7 @@ constexpr TAG_PARSER_EXPORT std::string_view mood() } constexpr TAG_PARSER_EXPORT std::string_view originalMediaType() { - return "ORIGINAL_TAG_PARSER_TYPE"; + return "ORIGINAL_MEDIA_TYPE"; } constexpr TAG_PARSER_EXPORT std::string_view contentType() {