Fix a crash due the assertion in emit_audio failing when applying
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Jan 2019 21:47:11 +0000 (21:47 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Jan 2019 21:47:11 +0000 (21:47 +0000)
commit70684e31a96bd7d4c7b09d525902959345b76526
tree2d9f17c88d73df8c72747086e2f11b740f010395
parentd9c2cf78e6c5e465e7f76020f78f7ed1e71c3bc0
Fix a crash due the assertion in emit_audio failing when applying
trims which do not land precisely on a DCP audio sample boundary
(at least, I think that's what triggers it).
src/lib/audio_ring_buffers.cc
src/lib/player.cc
test/player_test.cc