operator bool on Time is a really bad idea; removed it and fixed lots of bugs.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Mar 2014 10:57:33 +0000 (10:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Mar 2014 10:57:33 +0000 (10:57 +0000)
commit08d62727f7f1c813cbc7041027fe4a52518623da
tree756e38e4ad5ee2bdb51690e8a6fb149909c53712
parent09806bc8d6a48fc79d923ec1cdf6f90176bf8b6a
operator bool on Time is a really bad idea; removed it and fixed lots of bugs.
31 files changed:
src/lib/audio_content.cc
src/lib/content.cc
src/lib/dcpomatic_time.cc
src/lib/dcpomatic_time.h
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_content.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h
src/lib/ffmpeg_examiner.cc
src/lib/image_content.cc
src/lib/player.cc
src/lib/player.h
src/lib/sndfile_content.cc
src/lib/subrip_content.cc
src/lib/video_content.cc
src/lib/writer.cc
src/wx/film_viewer.cc
src/wx/properties_dialog.cc
src/wx/timeline.cc
test/audio_analysis_test.cc
test/audio_merger_test.cc
test/client_server_test.cc
test/ffmpeg_audio_test.cc
test/ffmpeg_examiner_test.cc
test/ffmpeg_pts_offset.cc
test/ffmpeg_seek_test.cc
test/image_test.cc
test/play_test.cc
test/silence_padding_test.cc
test/subrip_test.cc
test/util_test.cc