diff options
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 1aaea4d9d..768d63448 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -46,8 +46,10 @@ public: private: void thread (); + void check_existing_picture_mxf (); boost::shared_ptr<Film> _film; + int _first_nonexistant_frame; boost::thread* _thread; bool _finish; |
