summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 09:50:22 +0000
committerdeva <deva>2005-05-02 09:50:22 +0000
commit837ca942fafaf9a4a1f69c6d595616a92ebeb203 (patch)
treee2c1ee8bb6c3f51dbff27ad589c7764e16db7081 /src/frame.h
parentcaa613c4a19736ed56731e3786847bd5ee37dc11 (diff)
Rewrote freeze, shoot and record flags, from encoder to frame.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index a10a934..2ef53ff 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -27,6 +27,9 @@
*/
/*
* $Log$
+ * Revision 1.4 2005/05/02 09:50:22 deva
+ * Rewrote freeze, shoot and record flags, from encoder to frame.
+ *
* Revision 1.3 2005/05/01 09:56:26 deva
* Added Id and Log tags to all files
*
@@ -42,6 +45,10 @@ public:
unsigned char *data;
int size;
+
+ bool shoot;
+ bool freeze;
+ bool record;
};
#endif/*__FRAME_H__*/