diff options
| author | jhurst <jhurst@cinecert.com> | 2014-01-03 00:55:45 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-01-03 00:55:45 +0000 |
| commit | 620722efa3a2df7857074e36abd751826a61d0e0 (patch) | |
| tree | 46ed53866c312863617887d87a2c9b358819698a /src/as-02-wrap.cpp | |
| parent | 30e31f9430ea7dbc66d961550e80bf5dea828411 (diff) | |
removed nascent ST2052-1 support pending completion
Diffstat (limited to 'src/as-02-wrap.cpp')
| -rwxr-xr-x | src/as-02-wrap.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp index 0a31a60..958489e 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -692,6 +692,11 @@ write_PCM_file(CommandOptions& Options) } + +#if 0 +// NOT YET, unfinished business with ST 2052-1 + + //------------------------------------------------------------------------------------------ // TimedText essence @@ -807,6 +812,8 @@ write_timed_text_file(CommandOptions& Options) return result; } +#endif + // int main(int argc, const char** argv) |
