summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8RTPParser.h')
-rw-r--r--Swiften/ScreenSharing/VP8RTPParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/VP8RTPParser.h b/Swiften/ScreenSharing/VP8RTPParser.h
index 1594c66..7f6a393 100644
--- a/Swiften/ScreenSharing/VP8RTPParser.h
+++ b/Swiften/ScreenSharing/VP8RTPParser.h
@@ -21,6 +21,8 @@ namespace Swift {
private:
static const uint8_t SBit = 1 << 4;
+ static const uint8_t XBit = 1 << 7;
+ static const uint8_t IBit = 1 << 7;
static const uint8_t HBit = 1 << 4;
static const uint8_t Size0BitShift = 5;
@@ -31,5 +33,6 @@ namespace Swift {
size_t frameSize;
bool isKeyFrame;
bool showFrame;
+ int pictureID;
};
}