Seek correctly in AudioDecoder; the frame parameter is in resampled frames, so we...
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 13:50:49 +0000 (13:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 13:50:49 +0000 (13:50 +0000)
commit12a36d1964576feb2ff0b51f14267c359de97ded
treed2e4b2be419b0b99dfa408ae26c5712a915e66ee
parent1e5bc53e50d38bfd78de7f5f8096eb584249afa8
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.
src/lib/audio_decoder.cc