Remove spurious fills of audio data.
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Jun 2017 23:46:35 +0000 (00:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Jun 2017 23:46:35 +0000 (00:46 +0100)
commit66c25e7a73fdc417d01d68b32a5e9eea8fca25dc
treec922f32fa023803f95397d23a27889adcecbdec0
parent450b235d586b862ecd61a0a41b4125fffe8a86c1
Remove spurious fills of audio data.

With a 29.97 source I had problems because the earliest decoder position was
one DCPTime quantum ahead of the last audio time; this looks like it was due to
the content-to-DCP time conversion using 1.001 as the ratio for 30/29.97 rather than
1.001001; I haven't investigated why.  This all needs more careful consideration...
src/lib/player.cc