add test/data for video support : rename Xmp.video.Duration to Xmp.video.duration

main
Mohamed Ali Chebbi 2 years ago
parent 3847a09359
commit e388ba523f

@ -454,7 +454,7 @@ void AsfVideo::fileProperties() {
xmpData()["Xmp.video.FileLength"] = readQWORDTag(io_);
xmpData()["Xmp.video.CreationDate"] = readQWORDTag(io_);
xmpData()["Xmp.video.DataPackets"] = readQWORDTag(io_);
xmpData()["Xmp.video.Duration"] = readQWORDTag(io_);
xmpData()["Xmp.video.duration"] = readQWORDTag(io_);
xmpData()["Xmp.video.SendDuration"] = readQWORDTag(io_);
xmpData()["Xmp.video.Preroll"] = readQWORDTag(io_);

Loading…
Cancel
Save