Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / src / lib / video_decoder.h
index 5053d32ebfe3a23aa60126e2ddee303dcd43a50c..69270244430d1a29fc4778026eab51fa57417580 100644 (file)
@@ -68,7 +68,7 @@ private:
 
        std::list<ContentVideo> decoded (Frame frame);
        void fill_one_eye (Frame from, Frame to, Eyes);
-       void fill_both_eyes (Frame from, Frame to, Eyes);
+       void fill_both_eyes (VideoFrame from, VideoFrame to);
 
        Decoder* _parent;
        boost::shared_ptr<const Content> _content;