summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 7587911e8..28fc4971d 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -58,7 +58,7 @@ private:
void slider_moved (wxScrollEvent &);
void play_clicked (wxCommandEvent &);
void timer (wxTimerEvent &);
- void process_video (boost::shared_ptr<const Image>, bool, Time);
+ void process_video (boost::shared_ptr<const Image>, Time);
void calculate_sizes ();
void check_play_state ();
void fetch_current_frame_again ();
@@ -88,4 +88,6 @@ private:
libdcp::Size _out_size;
/** Size of the panel that we have available */
libdcp::Size _panel_size;
+
+ std::list<std::pair<boost::shared_ptr<const Image>, Time> > _queue;
};