summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 09:29:06 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 09:29:06 +0000
commitea6240f349a27e1e8f4f03ee69640e3a2939d958 (patch)
tree5b681e232ade7707ff20c3c6864f6cb3a110a7ba /src/lib/video_content.h
parent9dc4a15bf9cd11e076d35dc71041b3149128877c (diff)
Allow moving-still-image sources to have their frame rate specified.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index effca5c61..141525e01 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -129,6 +129,7 @@ protected:
void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);
VideoContent::Frame _video_length;
+ float _video_frame_rate;
private:
friend class ffmpeg_pts_offset_test;
@@ -139,7 +140,6 @@ private:
void setup_default_colour_conversion ();
libdcp::Size _video_size;
- float _video_frame_rate;
VideoFrameType _video_frame_type;
Crop _crop;
Ratio const * _ratio;