summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8Decoder.h')
-rw-r--r--Swiften/ScreenSharing/VP8Decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/VP8Decoder.h b/Swiften/ScreenSharing/VP8Decoder.h
index 0bdc664..0ed6334 100644
--- a/Swiften/ScreenSharing/VP8Decoder.h
+++ b/Swiften/ScreenSharing/VP8Decoder.h
@@ -10,6 +10,7 @@
#define VPX_CODEC_DISABLE_COMPAT 1
#include "vpx/vpx_decoder.h"
+#include "vpx/vp8.h"
namespace Swift {
class Image;
@@ -30,5 +31,6 @@ namespace Swift {
vpx_codec_iface_t* codecInterface;
vpx_codec_ctx_t codecContext;
vpx_codec_flags_t codecFlags;
+ vpx_ref_frame_t* refFrame;
};
}