summaryrefslogtreecommitdiffstats
path: root/cmds/screenrecord/FrameOutput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/screenrecord/FrameOutput.cpp')
-rw-r--r--cmds/screenrecord/FrameOutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/screenrecord/FrameOutput.cpp b/cmds/screenrecord/FrameOutput.cpp
index 03e0062..bef74f5 100644
--- a/cmds/screenrecord/FrameOutput.cpp
+++ b/cmds/screenrecord/FrameOutput.cpp
@@ -206,7 +206,7 @@ void FrameOutput::reduceRgbaToRgb(uint8_t* buf, unsigned int pixelCount) {
}
// Callback; executes on arbitrary thread.
-void FrameOutput::onFrameAvailable() {
+void FrameOutput::onFrameAvailable(const BufferItem& /* item */) {
Mutex::Autolock _l(mMutex);
mFrameAvailable = true;
mEventCond.signal();