diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-08-19 11:16:59 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-08-19 11:16:59 +0200 |
commit | e6fb0574d994c1f77abec08bcd47b6b46a93f4a9 (patch) | |
tree | 853d88ee35e8cab6bbdc70db29b4fc81f6eaf101 /common/rfb/H264LibavDecoderContext.h | |
parent | 445e0230cf4e939dcc59caf5d5f001c2f7b04da6 (diff) | |
parent | 35966469bc3410ba1573126300a19bf47d370910 (diff) | |
download | tigervnc-e6fb0574d994c1f77abec08bcd47b6b46a93f4a9.tar.gz tigervnc-e6fb0574d994c1f77abec08bcd47b6b46a93f4a9.zip |
Merge branch 'h264-buffer-size-fix' of https://github.com/any1/tigervnc
Diffstat (limited to 'common/rfb/H264LibavDecoderContext.h')
-rw-r--r-- | common/rfb/H264LibavDecoderContext.h | 2 |
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; }; |