warn not error
authorjhurst <jhurst@cinecert.com>
Mon, 21 Jan 2008 23:26:35 +0000 (23:26 +0000)
committerjhurst <>
Mon, 21 Jan 2008 23:26:35 +0000 (23:26 +0000)
src/AS_DCP_JP2K.cpp

index 40e6a8295d7bd4066a3ff1afa968bd2c6fcd9b6c..3c5354a336ddfdb508e03b4121231f0a8f27469c 100755 (executable)
@@ -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;