diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-07 09:29:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-07 09:29:06 +0000 |
| commit | ea6240f349a27e1e8f4f03ee69640e3a2939d958 (patch) | |
| tree | 5b681e232ade7707ff20c3c6864f6cb3a110a7ba /src/lib/image_content.h | |
| parent | 9dc4a15bf9cd11e076d35dc71041b3149128877c (diff) | |
Allow moving-still-image sources to have their frame rate specified.
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
