summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-13 17:42:33 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-13 18:19:32 +0200
commitc9f7228cf9b0b48744676efb87edbec0bf561856 (patch)
treecadcc050f43e31041916b9f2b70e4240dfa52604 /src/lib/butler.h
parente20e19866ef9ebf1c8bf483e5ea8173c18e8c602 (diff)
Add Butler::video_frames_in_buffer().
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 6bb0467af..4cc250691 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -94,6 +94,7 @@ public:
boost::optional<TextRingBuffers::Data> get_closed_caption ();
std::pair<size_t, std::string> memory_used () const;
+ Frame video_frames_in_buffer() const;
private:
void thread ();