diff options
author | deva <deva> | 2005-05-25 13:11:42 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-25 13:11:42 +0000 |
commit | 0e7d7464b0f87ce82fa5c48e350a2d51fcef4882 (patch) | |
tree | db63bd5b36bc437b84485ad463d45bfb5c2f0bcb /src/frame.h | |
parent | 30741368102da5e5a8e4f8b897f2502edfa0165b (diff) |
Made unfreeze close connection, when no recording is done.
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; }; |