Remember the last directory used when opening DCPs in the player (#1121).
[dcpomatic.git] / src / lib / player_video.h
index 5017d0e3c8f8bc8a1358d4fcf1d8e75055fd06bf..040145559a7e802bd66c67a41cde0da5fbc486bd 100644 (file)
@@ -57,6 +57,7 @@ public:
 
        void set_subtitle (PositionImage);
 
+       void prepare ();
        boost::shared_ptr<Image> image (dcp::NoteHandler note, boost::function<AVPixelFormat (AVPixelFormat)> pixel_format, bool aligned, bool fast) const;
 
        static AVPixelFormat always_rgb (AVPixelFormat);