Skip to content

Commit

Permalink
Merge branch 'h264-fix-context-reset' of https://github.com/any1/tige…
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jul 24, 2024
2 parents 876cbf0 + 9abcf0e commit f826691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rfb/H264Decoder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void H264Decoder::decodeRect(const Rect& r, const uint8_t* buffer,
if (!ctx->isReady())
throw Exception("H264Decoder: Context is not ready");

if (flags & resetContext)
if (reset & resetContext)
ctx->reset();

if (!len)
Expand Down

0 comments on commit f826691

Please sign in to comment.