diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-14 21:45:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-14 23:02:44 +0000 |
| commit | cfa318342dee4df682e222a94300cca62a4a5683 (patch) | |
| tree | 8c065f09a1971d30904061ed7992fe18549d8df0 /src/asdcp-wrap.cpp | |
| parent | 34e1cac37c478d3ca2e1baa7c2ca4fdcaad035cf (diff) | |
Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.
Diffstat (limited to 'src/asdcp-wrap.cpp')
| -rwxr-xr-x | src/asdcp-wrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asdcp-wrap.cpp b/src/asdcp-wrap.cpp index 7440cca..d88cbd5 100755 --- a/src/asdcp-wrap.cpp +++ b/src/asdcp-wrap.cpp @@ -1685,7 +1685,7 @@ main(int argc, const char** argv) result = write_PCM_file(Options); } break; - + case ESS_TIMED_TEXT: result = write_timed_text_file(Options); break; |
