aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/H264LibavDecoderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/H264LibavDecoderContext.h')
-rw-r--r--common/rfb/H264LibavDecoderContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/H264LibavDecoderContext.h b/common/rfb/H264LibavDecoderContext.h
index f399b3cc..96558bee 100644
--- a/common/rfb/H264LibavDecoderContext.h
+++ b/common/rfb/H264LibavDecoderContext.h
@@ -47,8 +47,8 @@ namespace rfb {
AVCodecContext *avctx;
AVCodecParserContext *parser;
AVFrame* frame;
+ AVFrame* rgbFrame = nullptr;
SwsContext* sws;
- uint8_t* swsBuffer;
uint8_t* h264WorkBuffer;
uint32_t h264WorkBufferLength;
};