diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-14 21:45:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 16:44:40 +0100 |
| commit | 0aa969183b97072b238e8aeff89d7b928df02f40 (patch) | |
| tree | 6476721c6601366a44e9222f891f2ccbca602b31 /src/asdcp-wrap.cpp | |
| parent | 85eba79f6dbf1710e2359b4c7c210048895a3872 (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 3bc07db..974789f 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; |
