diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-05 22:10:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-05 22:10:03 +0200 |
| commit | cfa822570e6f2d2d09fe1c36a81b224ded07c6b6 (patch) | |
| tree | a20fe3a6daca45e960808c25eb2599a9c9d13219 /src/lib/butler.h | |
| parent | f20ec58b5fa6b5ffd49f0af6865290a775077e73 (diff) | |
Improve butler error reporting during export.v2.15.88
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 4 |
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); |
