From 536d96a6d0938c5105e0aeda5f3ee77322c46228 Mon Sep 17 00:00:00 2001 From: jhurst Date: Mon, 21 Jan 2008 23:26:35 +0000 Subject: warn not error --- src/AS_DCP_JP2K.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/AS_DCP_JP2K.cpp') diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index 40e6a82..3c5354a 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -904,10 +904,7 @@ ASDCP::JP2K::MXFSWriter::OpenWrite(const char* filename, const WriterInfo& Info, } if ( PDesc.StoredWidth > 2048 ) - { - DefaultLogSink().Error("Stereoscopic wrapping requires 2K image content.\n"); - return RESULT_FORMAT; - } + DefaultLogSink().Warn("Wrapping non-standard 4K stereoscopic content. I hope you know what you are doing!\n"); m_Writer->m_Info = Info; -- cgit v1.2.3