diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-24 10:28:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-24 10:28:40 +0100 |
| commit | d121c9643095514178130b91907cb6f7ba97e74c (patch) | |
| tree | cf8db309e6095b1427f8e34d1603a621c30f167a /src/lib/player.h | |
| parent | f0d7baf0ce956fe5461caa91868c41d881b5f0dc (diff) | |
Support repeat of more than one extra frame per source frame.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 424a39216..5f7c2e369 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -50,6 +50,7 @@ public: Eyes eyes; bool same; VideoContent::Frame frame; + Time extra; }; class Player : public boost::enable_shared_from_this<Player>, public boost::noncopyable |
