summaryrefslogtreecommitdiff
path: root/src/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.h')
-rw-r--r--src/decoder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decoder.h b/src/decoder.h
index 13a7f39..a2c4ad8 100644
--- a/src/decoder.h
+++ b/src/decoder.h
@@ -24,6 +24,9 @@
*/
/*
* $Log$
+ * Revision 1.11 2005/05/02 14:06:55 deva
+ * Added unfreeze to decoder (called from camera).
+ *
* Revision 1.10 2005/05/02 10:35:23 deva
* Fixed wrongly showed snapshot thumbnails.
*
@@ -66,6 +69,7 @@ public:
void run();
void freeze();
+ void unfreeze();
void shoot(unsigned char *rgb);
void start();
void stop(n_savestate save);