summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8Decoder.h')
-rw-r--r--Swiften/ScreenSharing/VP8Decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/VP8Decoder.h b/Swiften/ScreenSharing/VP8Decoder.h
index 8b2575a..0bdc664 100644
--- a/Swiften/ScreenSharing/VP8Decoder.h
+++ b/Swiften/ScreenSharing/VP8Decoder.h
@@ -21,7 +21,7 @@ namespace Swift {
void updateCodecConfig();
- virtual void decodeFrame(const std::vector<uint8_t>& frame);
+ virtual void decodeFrame(const std::vector<uint8_t> &frame, int pictureID);
private:
Image convertYV12toRGB(const vpx_image_t* img);