Add line-spacing property to SubtitleContent.
[dcpomatic.git] / src / lib / video_decoder.h
index 7c2374dd8f154eaf370022c031824f04decd5b89..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, Eyes from_eyes, Frame to_frame, Eyes to_eyes);
+       void fill_both_eyes (VideoFrame from, VideoFrame to);
 
        Decoder* _parent;
        boost::shared_ptr<const Content> _content;