summaryrefslogtreecommitdiff
path: root/src/lib/writer.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/writer.h
parentf07d5125a7b609320682689abe40781f096ca25e (diff)
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h
index 90b36962c..486d7d672 100644
--- a/src/lib/writer.h
+++ b/src/lib/writer.h
@@ -56,7 +56,7 @@ public:
QueueItem ()
: size (0)
{}
-
+
enum Type {
/** a normal frame with some JPEG200 data */
FULL,
@@ -98,7 +98,7 @@ public:
~Writer ();
bool can_fake_write (int) const;
-
+
void write (Data, int, Eyes);
void fake_write (int, Eyes);
void repeat (int, Eyes);
@@ -149,7 +149,7 @@ private:
* ordering
*/
int _maximum_frames_in_memory;
-
+
/** number of FULL written frames */
int _full_written;
/** number of FAKE written frames */
@@ -159,7 +159,7 @@ private:
due to the limit of frames to be held in memory.
*/
int _pushed_to_disk;
-
+
boost::shared_ptr<dcp::PictureAsset> _picture_asset;
boost::shared_ptr<dcp::PictureAssetWriter> _picture_asset_writer;
boost::shared_ptr<dcp::SoundAsset> _sound_asset;