summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-25 01:21:17 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-25 01:21:17 +0000
commit494b6ee180e531358bab39e72f6123e90f9314e5 (patch)
treecabae95d5a0a6b2bfdfad7a9e590a2780f38426d /src/lib/writer.h
parentcd21997cc5d7e6bc16c6c6e767e61cddfc7f6add (diff)
Basics of checking video MXFs.
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h2
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;