Potential fix for #1568; we calculate the remaining DCPTime but
authorCarl Hetherington <cth@carlh.net>
Sun, 26 May 2019 01:58:17 +0000 (02:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 May 2019 01:58:17 +0000 (02:58 +0100)
commit26c62598730d1d32333bfab0d5f463b90d26ee4d
treea06d89bde67e8853a5bc6356c0367111788f247a
parent92784c9c28c48859578cd6e75aa01d5657d0c341
Potential fix for #1568; we calculate the remaining DCPTime but
then convert it back to resampled content frames using the DCP
rate rather than the resampled content rate, which seems wrong.

If we want to go from metric time to frames we surely have to use
the frame rate of the thing we are working with (not the frame rate
which that thing will be played back at).
src/lib/player.cc