diff options
author | deva <deva> | 2005-07-22 15:59:39 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-22 15:59:39 +0000 |
commit | f9733b615614a990d3e047f251b4ad1ea48a0534 (patch) | |
tree | b73c2304ab5984da394bf382302fd9d9b1c8c60f /src/frame.h | |
parent | 5d12a7bbc5d935e56afcea2d8af60e08ff82f02f (diff) |
*** empty log message ***
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 3300fff..fe67a62 100644 --- a/src/frame.h +++ b/src/frame.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.9 2005/07/22 15:59:39 deva + * *** empty log message *** + * * Revision 1.8 2005/06/16 21:28:57 deva * Rewrote thread object * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to @@ -76,6 +79,7 @@ public: bool shoot; int freeze; // 1 is freeze, -1 is unfreeze bool record; + char timecode[12]; }; #include <functional> |