diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-03 17:03:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | e0c524cbc4f006a4319c3ce8aa7625f9d70d054a (patch) | |
| tree | 92d11ab7ce01416a70c8389bd1ebbe8fffff0e13 /src/wx/player_information.h | |
| parent | cd06ec145bf9617615fae7d620cf51ad5b486293 (diff) | |
Add DCP size and length to player.
Diffstat (limited to 'src/wx/player_information.h')
| -rw-r--r-- | src/wx/player_information.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 7d784d715..af18cfb76 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -34,5 +34,6 @@ private: FilmViewer* _viewer; wxSizer* _sizer; wxStaticText* _cpl_name; - wxStaticText* _decoded_fps; + wxStaticText* _size; + wxStaticText* _length; }; |
