diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/player.h | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index e515fced3..f22faa7ac 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -44,7 +44,7 @@ class Resampler; class PlayerVideo; class ImageProxy; class Font; - + class PlayerStatistics { public: @@ -55,7 +55,7 @@ public: , good (0) , skip (0) {} - + int black; int repeat; int good; @@ -68,7 +68,7 @@ public: , good (0) , skip (0) {} - + DCPTime silence; int64_t good; int64_t skip; @@ -96,7 +96,7 @@ public: void set_burn_subtitles (bool burn); PlayerStatistics const & statistics () const; - + /** Emitted when something has changed such that if we went back and emitted * the last frame again it would look different. This is not emitted after * a seek. @@ -141,10 +141,10 @@ private: overlaps.push_back (*i); } } - + return overlaps; } - + boost::shared_ptr<const Film> _film; /** Our pieces are ready to go; if this is false the pieces must be (re-)created before they are used */ |
