diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-28 22:00:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-28 22:01:38 +0100 |
| commit | 30c07e4fa2b4eeb3f5e5b21b9ccbc63b28226690 (patch) | |
| tree | 70ed3a252fa4f3e250a37911412654ff0aeb9bd1 /src/wx/film_viewer.h | |
| parent | b0e863770782b701162075d01eceda60566b7eef (diff) | |
Catch exceptions from RtAudio::startStream() in all cases.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 0291b660f..64ac885e3 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -161,6 +161,7 @@ private: void config_changed (Config::Property); void film_length_change (); void ui_finished (); + void start_audio_stream_if_open (); dcpomatic::DCPTime uncorrected_time () const; Frame average_latency () const; |
