diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:17:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:17:56 +0200 |
| commit | a7a8cd74f2f32de8b708c78cc8bc9c0cf17d60f5 (patch) | |
| tree | cb582fa9ed35e1c7383675761b5955922aef3617 /src/wx/film_viewer.h | |
| parent | 996d8defbb783e5c82ef31a71fb6a06a6a5ab873 (diff) | |
Show an explanatory message if the player is not performing very well (#1932).
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 8024bb1bf..52b97f0f6 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 too_many_frames_dropped (); dcpomatic::DCPTime uncorrected_time () const; Frame average_latency () const; |
