diff options
Diffstat (limited to 'src/decoder.h')
-rw-r--r-- | src/decoder.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/decoder.h b/src/decoder.h index 385858e..247124a 100644 --- a/src/decoder.h +++ b/src/decoder.h @@ -38,6 +38,10 @@ /* * $Log$ + * Revision 1.14 2005/05/25 13:11:42 deva + * + * Made unfreeze close connection, when no recording is done. + * * Revision 1.13 2005/05/07 10:25:34 deva * * Removed ffmpeg code from img_encoder and corrected decoding errors in mov_encoder @@ -101,7 +105,7 @@ private: pthread_mutex_t shot_mutex; Frame* shot; - volatile bool b_freeze; + volatile int b_freeze; volatile bool b_shoot; volatile bool b_record; |