diff options
Diffstat (limited to 'src/mov_encoder_thread.h')
-rw-r--r-- | src/mov_encoder_thread.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mov_encoder_thread.h b/src/mov_encoder_thread.h index 8b7cd72..1e91b58 100644 --- a/src/mov_encoder_thread.h +++ b/src/mov_encoder_thread.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.3 2005/05/19 10:55:49 deva + * Test for block encoding of length strlen("IPIPP"). + * * Revision 1.2 2005/05/17 15:12:51 deva * Fixed file rights (All read on files and directories, and all execute on directories). * @@ -64,6 +67,12 @@ public: void encode(Frame* frame); private: + // Used for encoder switching + int current_encoder; + int current_frame; + + int num_frames_in_block; + int threads; int file; vector<MovEncoder*> encs; |