diff options
Diffstat (limited to 'common/rfb/IrixDMIC_RawToJpeg.h')
-rw-r--r-- | common/rfb/IrixDMIC_RawToJpeg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/IrixDMIC_RawToJpeg.h b/common/rfb/IrixDMIC_RawToJpeg.h index b067e135..704682b9 100644 --- a/common/rfb/IrixDMIC_RawToJpeg.h +++ b/common/rfb/IrixDMIC_RawToJpeg.h @@ -17,6 +17,8 @@ namespace rfb { IrixDMIC_RawToJpeg(bool needRealtime = true); virtual ~IrixDMIC_RawToJpeg(); + void debugListConverters(); + bool isValid() const { return m_valid_ic; } bool setImageParams(int w, int h); |