summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-12 23:20:22 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-12 23:20:22 +0100
commit71ab83292da50b080befd98b01804a120b94f65e (patch)
treefd55691ab20b1528b23f9b4469f5d7f6cf2bad6c /src/lib/butler.h
parentfaa471f2399241277e1220c9330cd4cd4cf27f26 (diff)
Report underruns from Butler::get_audio.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index f68504f0e..9949ab79b 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -40,7 +40,7 @@ public:
void seek (DCPTime position, bool accurate);
std::pair<boost::shared_ptr<PlayerVideo>, DCPTime> get_video ();
- void get_audio (float* out, Frame frames);
+ bool get_audio (float* out, Frame frames);
void disable_audio ();