diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 72cfe8e..8734924 100644 --- a/src/frame.h +++ b/src/frame.h @@ -31,6 +31,10 @@ /* * $Log$ + * Revision 1.7 2005/05/25 13:11:42 deva + * + * Made unfreeze close connection, when no recording is done. + * * Revision 1.6 2005/05/22 15:49:22 deva * Added multithreaded encoding support. * @@ -72,7 +76,7 @@ public: unsigned int number; bool shoot; - bool freeze; + int freeze; // 1 is freeze, -1 is unfreeze bool record; }; |