diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-18 23:44:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-18 23:44:46 +0100 |
| commit | de6798c0208e9a6a64b0f8edc54f03b46ced0e22 (patch) | |
| tree | d42b40cc074ff0041973f5ace27c7a9b3d463f06 /src/lib/butler.h | |
| parent | 5aec5373f7d8688646a2faec2107c81af291d0aa (diff) | |
Report when butler returns no video because it died.
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index 8c4d30efe..4d4fa4a09 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -51,7 +51,8 @@ public: enum Error { NONE, - AGAIN + AGAIN, + DIED }; std::pair<boost::shared_ptr<PlayerVideo>, DCPTime> get_video (Error* e = 0); |
