summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmultimediautils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-191-0/+81
Private API meant to be used by plugins whose backends expect frame rate values represented by a ratio. The function implementation was moved from the AVFoundation plugin to the QtMultimedia library. Change-Id: I555b9d5da5ca3bae88992ed03501869fb731e45f Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>