Try to add basic decryption support to dcpdiff.
[libdcp.git] / src / text.cc
index a846d9613921fff3c631aa0de9c5fb6326fbfddc..d18066dd198d6da16a41cb087f761016fae60d09 100644 (file)
@@ -45,7 +45,7 @@ Text::Text (boost::shared_ptr<const cxml::Node> node, int tcr)
        if (!x) {
                x = node->number_attribute<float> ("Vposition");
        }
-       v_position = x.get ();
+       v_position = x.get () / 100;
        
        optional<string> v = node->optional_string_attribute ("VAlign");
        if (!v) {