summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-27 21:44:29 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-27 21:44:29 +0100
commite899b255083acafeac601253a33e109b30285707 (patch)
tree78255e3fede3e970bfde9710af729ca173684ff1 /src/lib/player.h
parentbcb746a19d5cc5377eacb33b73b59549a7372487 (diff)
More attempts to fix audio / merging etc.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 79eecf136..cb5643753 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -133,7 +133,9 @@ private:
#ifdef DCPOMATIC_DEBUG
boost::shared_ptr<Content> _last_video;
-#endif
+#endif
+
+ bool _last_emit_was_black;
};
#endif