diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index dbaf8eee2..783207811 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -48,7 +48,7 @@ private: void slider_moved (wxScrollEvent &); void play_clicked (wxCommandEvent &); void timer (wxTimerEvent &); - void process_video (boost::shared_ptr<Image>, boost::shared_ptr<Subtitle>); + void process_video (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>); void calculate_sizes (); void check_play_state (); void update_from_raw (); @@ -70,6 +70,7 @@ private: boost::shared_ptr<Image> _display_frame; boost::shared_ptr<RGBPlusAlphaImage> _display_sub; Position _display_sub_position; + bool _got_frame; int _out_width; int _out_height; |
