X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;fp=src%2Fwx%2Ffilm_viewer.h;h=02d862ca0c42472dd8cefb6de594b116725e6a68;hp=814a095af374753ac17a596651e9397211b0b5e0;hb=f861018389acd9d277fe34d7621182b9b54f977f;hpb=f09c6b53f155de601900afa90045059b20310c0d diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 814a095af..02d862ca0 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -67,7 +67,7 @@ private: void slider_moved (wxScrollEvent &); void play_clicked (wxCommandEvent &); void timer (wxTimerEvent &); - void process_video (boost::shared_ptr, bool, boost::shared_ptr, double); + void process_video (boost::shared_ptr, bool, boost::shared_ptr, double); void calculate_sizes (); void check_play_state (); void update_from_raw (); @@ -91,9 +91,9 @@ private: wxToggleButton* _play_button; wxTimer _timer; - boost::shared_ptr _raw_frame; + boost::shared_ptr _raw_frame; boost::shared_ptr _raw_sub; - boost::shared_ptr _display_frame; + boost::shared_ptr _display_frame; /* The x offset at which we display the actual film content; this corresponds to the film's padding converted to our coordinates. */