aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/H264LibavDecoderContext.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-11-16 19:23:38 +0100
committerPierre Ossman <ossman@cendio.se>2025-02-13 11:12:56 +0100
commit1c512f7dcd75b413a339cc48eab92e748ca2d003 (patch)
tree76d48d3446c4251f34141b04763522e83de062ae /common/rfb/H264LibavDecoderContext.h
parent4846e7189ab38b0c841d184f0063fe19c1c9b9a9 (diff)
downloadtigervnc-1c512f7dcd75b413a339cc48eab92e748ca2d003.tar.gz
tigervnc-1c512f7dcd75b413a339cc48eab92e748ca2d003.zip
Move basic data types to core library
Make it clearer what is protocol handling and what is just general plumbing. This is one step of several.
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 3d2d5e76..c23fdf79 100644
--- a/common/rfb/H264LibavDecoderContext.h
+++ b/common/rfb/H264LibavDecoderContext.h
@@ -31,7 +31,7 @@ extern "C" {
namespace rfb {
class H264LibavDecoderContext : public H264DecoderContext {
public:
- H264LibavDecoderContext(const Rect &r);
+ H264LibavDecoderContext(const core::Rect &r);
~H264LibavDecoderContext();
void decode(const uint8_t* h264_buffer, uint32_t len,