diff options
| author | jhurst <jhurst@cinecert.com> | 2008-01-21 23:26:35 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-01-21 23:26:35 +0000 |
| commit | 536d96a6d0938c5105e0aeda5f3ee77322c46228 (patch) | |
| tree | 292e47abb3e365b706aa678c572f28873c2a5543 /src/AS_DCP_JP2K.cpp | |
| parent | 75319c36f1ce313cadac1a67d504312229204f0e (diff) | |
warn not error
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
| -rwxr-xr-x | src/AS_DCP_JP2K.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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; |
