diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-26 14:35:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-26 14:35:33 +0100 |
| commit | d1125d09c7741d05b57b1520531a0451663ad66c (patch) | |
| tree | 3a4dd044fdaf676d13c08e4b9fc207d3900b3251 /src/lib/video_content.h | |
| parent | 02f028d271677b3b3669b5cdfda1597108a34b80 (diff) | |
Allow user to set video frame rate of video sources (to override the detected one).
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index f23bf0abe..d0b907cb8 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -116,6 +116,7 @@ public: } void set_video_frame_type (VideoFrameType); + void set_video_frame_rate (float); void set_left_crop (int); void set_right_crop (int); |
