Use an enum instead of a bool to specify blocking/non-blocking.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Oct 2021 20:26:47 +0000 (22:26 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Oct 2021 08:12:09 +0000 (10:12 +0200)
commit0e896f9f37db001f34c876ed5fc50e874f96ae09
tree29e97f6e86204885fa1a1e55f2726e878313296c
parentb5d3e588919ba89e4dca9cf302b3b29cda5f136c
Use an enum instead of a bool to specify blocking/non-blocking.
src/lib/butler.cc
src/lib/butler.h
src/lib/ffmpeg_encoder.cc
src/wx/video_view.cc
test/butler_test.cc
test/dcp_playback_test.cc
test/player_test.cc