From 22a0b32c01ed34f7b23f3695896a90239174312e Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Thu, 22 Mar 2018 22:56:36 +0100 Subject: [PATCH] Fix typo of Xmp.video.AspectRatio's value type --- src/properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties.cpp b/src/properties.cpp index 8b4f1c54..321b6227 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -1334,7 +1334,7 @@ namespace Exiv2 { { "Arranger", N_("Arranger"), "Text", xmpText, xmpExternal, N_("Information about the Arranger.") }, { "ArrangerKeywords", N_("Arranger Keywords"), "Text", xmpText, xmpExternal, N_("Information about the Arranger Keywords.") }, { "Artist", N_("Artist"), "Text", xmpText, xmpExternal, N_("The name of the artist or artists.") }, - { "AspectRatio", N_("Video Aspect Ratio"), "Ratio", xmpText, xmpExternal, N_("Ratio of Width:Height, helps to determine how a video would be displayed on a screen") }, + { "AspectRatio", N_("Video Aspect Ratio"), "Rational", xmpText, xmpExternal, N_("Ratio of Width:Height, helps to determine how a video would be displayed on a screen") }, { "AspectRatioType", N_("Video Aspect Ratio Type"), "Text", xmpText, xmpExternal, N_("Aspect Ratio Type. Eg - Free-Resizing or Fixed") }, { "AttachFileData", N_("Attached File Data"), "Text", xmpText, xmpExternal, N_("Attached File Data") }, { "AttachFileDesc", N_("Attached File Description"), "Text", xmpText, xmpExternal, N_("Attached File Description") },