summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VideoDecoder.h')
-rw-r--r--Swiften/ScreenSharing/VideoDecoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/VideoDecoder.h b/Swiften/ScreenSharing/VideoDecoder.h
index fdec6b3..d7ad55e 100644
--- a/Swiften/ScreenSharing/VideoDecoder.h
+++ b/Swiften/ScreenSharing/VideoDecoder.h
@@ -21,7 +21,8 @@ namespace Swift {
virtual void decodeFrame(const std::vector<uint8_t>& frame, int pictureID) = 0;
public:
- boost::signal<void (int pictureID, bool success)> onNewFrameDecoded;
+ boost::signal<void (int pictureID)> onNewRef;
+ boost::signal<void (int pictureID)> onCorrupted;
boost::signal<void (const Image&)> onNewImageAvailable;
};
}