From ea6240f349a27e1e8f4f03ee69640e3a2939d958 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jan 2014 09:29:06 +0000 Subject: Allow moving-still-image sources to have their frame rate specified. --- src/lib/image_content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/image_content.h') diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 47c5a20e3..e5a0311d9 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -47,6 +47,7 @@ public: void set_video_length (VideoContent::Frame); bool still () const; + void set_video_frame_rate (float); }; #endif -- cgit v1.2.3