D19101: Increase precision of frame rate property
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Sun Feb 17 20:28:27 GMT 2019
bruns added inline comments.
INLINE COMMENTS
> ffmpegextractortest.cpp:52
> QCOMPARE(result.properties().value(Height).toInt(), 720);
> + QVERIFY(abs(result.properties().value(FrameRate).toDouble() - 23.976) < 1e-4);
> }
You can probably use `(24.0/1001)` for the exact value.
REPOSITORY
R286 KFileMetaData
REVISION DETAIL
https://phabricator.kde.org/D19101
To: astippich, bruns, ngraham
Cc: kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190217/34b4f8ec/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list