summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
commite60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch)
treea7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/video_content.h
parentf07d5125a7b609320682689abe40781f096ca25e (diff)
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index abc9c5fa3..01e3cb2aa 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -54,7 +54,7 @@ public:
virtual std::string identifier () const;
virtual void set_default_colour_conversion ();
-
+
Frame video_length () const {
boost::mutex::scoped_lock lm (_mutex);
return _video_length;
@@ -65,7 +65,7 @@ public:
if (_video_frame_type == VIDEO_FRAME_TYPE_3D_ALTERNATE) {
return _video_length / 2;
}
-
+
return _video_length;
}
@@ -73,7 +73,7 @@ public:
boost::mutex::scoped_lock lm (_mutex);
return _video_size;
}
-
+
float video_frame_rate () const {
boost::mutex::scoped_lock lm (_mutex);
return _video_frame_rate;
@@ -93,7 +93,7 @@ public:
void set_fade_in (Frame);
void set_fade_out (Frame);
-
+
VideoFrameType video_frame_type () const {
boost::mutex::scoped_lock lm (_mutex);
return _video_frame_type;
@@ -149,7 +149,7 @@ public:
boost::mutex::scoped_lock lm (_mutex);
return _fade_out;
}
-
+
dcp::Size video_size_after_3d_split () const;
dcp::Size video_size_after_crop () const;
@@ -176,7 +176,7 @@ private:
friend struct audio_sampling_rate_test;
void setup_default_colour_conversion ();
-
+
dcp::Size _video_size;
VideoFrameType _video_frame_type;
Crop _crop;