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