summaryrefslogtreecommitdiff
path: root/src/decoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-10-26 14:09:13 +0000
committerdeva <deva>2005-10-26 14:09:13 +0000
commit283599ea687e81855d78abffcbf641edb3bf02fb (patch)
treee3faad94c8c9d7b03733c56938aad1f4c7736711 /src/decoder.h
parentcf2e40851c35846fb9652a41745893b3bd2336ee (diff)
*** empty log message ***
Diffstat (limited to 'src/decoder.h')
-rw-r--r--src/decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder.h b/src/decoder.h
index ba78d49..20878c7 100644
--- a/src/decoder.h
+++ b/src/decoder.h
@@ -67,8 +67,11 @@ public:
void shoot(unsigned char *rgb);
void start();
void stop(n_savestate save);
+ void setMute(bool mute);
private:
+ volatile bool mute;
+
void getScreenshot(Frame *frame, unsigned char *rgb);
pthread_mutex_t shot_mutex;