summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-05 22:10:03 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-05 22:10:03 +0200
commitcfa822570e6f2d2d09fe1c36a81b224ded07c6b6 (patch)
treea20fe3a6daca45e960808c25eb2599a9c9d13219 /src/lib/butler.h
parentf20ec58b5fa6b5ffd49f0af6865290a775077e73 (diff)
Improve butler error reporting during export.v2.15.88
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index ce3c9ae48..6263d6143 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -51,7 +51,9 @@ public:
enum Error {
NONE,
- AGAIN
+ AGAIN,
+ DIED,
+ FINISHED
};
std::pair<boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime> get_video (bool blocking, Error* e = 0);