From 620722efa3a2df7857074e36abd751826a61d0e0 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 3 Jan 2014 00:55:45 +0000 Subject: [PATCH] removed nascent ST2052-1 support pending completion --- README | 6 ------ src/Makefile.am | 4 +--- src/as-02-wrap.cpp | 7 +++++++ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README b/README index bb34a1e..941d719 100755 --- a/README +++ b/README @@ -141,11 +141,6 @@ command-line utilities all respond to -h. Change History 2013-07-02 – Additional IMF/AS-02 support, bug fixes 2.0.1 - o Added preliminary support for timed-text wrapping for AS-02. This - work will require changes in SMPTE ST 429-5 and perhaps other - standards work, so files created with this implementation are - "speculative". Publication of the revised ST 429-5 may not occur - until early 2015. o Fixed missing-index-partion bugs for AS-02 files. o Moved LocalFilenameResolver into the AS_DCP public API so that it can be used by other modules including AS-02. @@ -166,7 +161,6 @@ Change History GenericPictureEssenceDescriptor_ActiveXOffset GenericPictureEssenceDescriptor_ActiveYOffset o Added some essence descriptor options to as-02-wrap. - o Added TTML timed-text wrapping option to as-02-wrap. o Changed bit rate display in asdcp-info from mebi-bits/s to mega-bits/s. o Added "SMPTE" / "Interop" format type display to asdcp-info. diff --git a/src/Makefile.am b/src/Makefile.am index 83f8597..d9c981e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,10 +128,8 @@ libas02_la_SOURCES = \ AS_02_internal.h \ h__02_Reader.cpp \ h__02_Writer.cpp \ - ST2052_TextParser.cpp \ AS_02_JP2K.cpp \ - AS_02_PCM.cpp \ - AS_02_TimedText.cpp + AS_02_PCM.cpp libas02_la_LDFLAGS = -release @VERSION@ libas02_la_LIBADD = libasdcp.la libkumu.la 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) -- 2.30.2