diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 23:49:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 23:49:37 +0000 |
| commit | edc3870f920f8210015dce7854783eec70dc62e4 (patch) | |
| tree | 54bdafb9469b42314ba1b3f810ef0595a0203915 /src | |
| parent | 7ddcba57c47cf771695765977cc57384bea71e7a (diff) | |
| parent | dea922bbc1fa2b643140a6b5275e58a1fb0225c9 (diff) | |
Merge branch 'direct-mxf' of /home/carl/git/dvdomatic into direct-mxf
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index a444efad8..5bd32147a 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -316,7 +316,7 @@ Writer::check_existing_picture_mxf () return; } - while (_first_nonexistant_frame < _film->dcp_intrinsic_duration ()) { + while (1) { /* Read the frame info as written */ ifstream ifi (_film->info_path (_first_nonexistant_frame).c_str()); |
