summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-14 00:28:59 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-14 00:28:59 +0100
commit6c3ce5b236a745c9eb9e652bacb2896a96254f81 (patch)
tree3a61430fb2c2673fa2b7c1861c7ff41f1a191734 /src/lib/encoder.h
parentabf6ad9a8a499348c7f1c9faae341303ff7bf69e (diff)
Port 65514eea7705fb12985cef448f08ceb47db6acab from 1.x; failure to handle separate-eye 3D when R comes before L in the playlist.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 85bc6ae99..47eef823b 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -100,6 +100,8 @@ private:
/** Number of video frames enqueued so far */
int _video_frames_enqueued;
+ bool _left_done;
+ bool _right_done;
bool _terminate;
std::list<boost::shared_ptr<DCPVideo> > _queue;