Replace Time::frames with Time::frames_round and Time::frames_floor.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Jul 2015 16:53:27 +0000 (17:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Jul 2015 19:04:36 +0000 (20:04 +0100)
commita0d1dd5d91c81ec9907cbc7b890905c463c18f62
tree3dc0b2e5b7e3a4e7da7d687c8713e0b461ce2aeb
parent2da067ce01a04964dd5d739ea695504517877507
Replace Time::frames with Time::frames_round and Time::frames_floor.
I believe both are necessary; doing floor instead of round caused #648.
16 files changed:
src/lib/analyse_audio_job.cc
src/lib/audio_decoder_stream.cc
src/lib/dcp_decoder.cc
src/lib/dcpomatic_time.h
src/lib/ffmpeg_examiner.cc
src/lib/image_decoder.cc
src/lib/player.cc
src/lib/sndfile_decoder.cc
src/lib/transcode_job.cc
src/lib/video_decoder.cc
src/lib/writer.cc
src/wx/timing_panel.cc
src/wx/video_panel.cc
test/audio_decoder_test.cc
test/dcpomatic_time_test.cc
test/seek_zero_test.cc