From: Carl Hetherington Date: Tue, 20 Jan 2015 13:50:49 +0000 (+0000) Subject: Seek correctly in AudioDecoder; the frame parameter is in resampled frames, so we... X-Git-Tag: v2.0.48~294 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=12a36d1964576feb2ff0b51f14267c359de97ded;hp=12a36d1964576feb2ff0b51f14267c359de97ded;p=dcpomatic.git Seek correctly in AudioDecoder; the frame parameter is in resampled frames, so we must use the same frame rate when converting back to ContentTime for seek. ---