Fix incorrect use of FrameRateChange::factor(); if we are skipping, for
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Jan 2015 14:14:43 +0000 (14:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Jan 2015 14:14:43 +0000 (14:14 +0000)
commit4647b6190f0c6c3f048df4b4c44101f6eaef489b
treee1d82df9951d1c37feaa754f6daea80f01aefe4e
parente0716fe268bea8a97dea440291dbf712e4a8539e
Fix incorrect use of FrameRateChange::factor(); if we are skipping, for
example, factor will be 0.5 and so to convert some frames in the DCP
to frames in the content we must divide by factor (i.e. multiply by 2)
to get the content frame.
src/lib/player.cc