summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8Encoder.h')
-rw-r--r--Swiften/ScreenSharing/VP8Encoder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/VP8Encoder.h b/Swiften/ScreenSharing/VP8Encoder.h
index 0a343bb..62a6ea8 100644
--- a/Swiften/ScreenSharing/VP8Encoder.h
+++ b/Swiften/ScreenSharing/VP8Encoder.h
@@ -25,6 +25,8 @@ namespace Swift {
virtual void encodeImage(const Image& frame);
+ virtual void handleRPSIFeedback(int /*pictureID*/);
+
private:
bool convertRGB24toYV12inBuffer(const Image& frame);
@@ -37,6 +39,8 @@ namespace Swift {
vpx_codec_flags_t codecFlags;
vpx_enc_frame_flags_t frameFlags;
int frameNumber;
+ int pictureID;
+ bool rpsiReceived;
};
}