summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index caadda591..76c87a9f7 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -96,7 +96,8 @@ private:
bool _right_done;
/* XXX: probably should be atomic */
- bool _terminate;
+ bool _terminate_enqueue;
+ bool _terminate_encoding;
/** Mutex for _threads */
mutable boost::mutex _threads_mutex;
std::list<boost::thread *> _threads;