From 4b7b0edb359ae68f2dbcab90c7c10382f507fa5b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Jun 2016 11:48:37 +0100 Subject: Add VideoFrame class. This puts a frame index with an Eyes, which simplifies code in some areas. I can't think of a better name for it, unfortunately. --- src/lib/video_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 7c2374dd8..692702444 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -68,7 +68,7 @@ private: std::list 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 _content; -- cgit v1.2.3