aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/H264DecoderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/H264DecoderContext.h')
-rw-r--r--common/rfb/H264DecoderContext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/rfb/H264DecoderContext.h b/common/rfb/H264DecoderContext.h
index bd93b46f..f261f4f2 100644
--- a/common/rfb/H264DecoderContext.h
+++ b/common/rfb/H264DecoderContext.h
@@ -33,7 +33,9 @@ namespace rfb {
virtual ~H264DecoderContext() = 0;
- virtual void decode(const rdr::U8* h264_buffer, rdr::U32 len, rdr::U32 flags, ModifiablePixelBuffer* pb) {}
+ virtual void decode(const rdr::U8* /*h264_buffer*/,
+ rdr::U32 /*len*/,
+ ModifiablePixelBuffer* /*pb*/) {}
void reset();
inline bool isEqualRect(const Rect &r) const { return r.equals(rect); }