summaryrefslogtreecommitdiff
path: root/src/AS_DCP_JP2K.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-10-03 20:21:27 +0000
committerjhurst <>2009-10-03 20:21:27 +0000
commitb75bb9210f184d2a5261b824d2fc8b1ce23db641 (patch)
tree8948e95263367be41c4f0fa2d8489dc38de5ecc8 /src/AS_DCP_JP2K.cpp
parent85ce1b824ba6e07dda2a66f23c78d26edcb90c00 (diff)
decoder bug fixes
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
-rwxr-xr-xsrc/AS_DCP_JP2K.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp
index 009586a..9fcd2c4 100755
--- a/src/AS_DCP_JP2K.cpp
+++ b/src/AS_DCP_JP2K.cpp
@@ -312,8 +312,8 @@ lh__Reader::OpenRead(const char* filename, EssenceType_t type)
{
if ( m_EditRate != m_SampleRate )
{
- DefaultLogSink().Error("EditRate and SampleRate do not match (%.03f, %.03f).\n",
- m_EditRate.Quotient(), m_SampleRate.Quotient());
+ DefaultLogSink().Warn("EditRate and SampleRate do not match (%.03f, %.03f).\n",
+ m_EditRate.Quotient(), m_SampleRate.Quotient());
if ( m_EditRate == EditRate_24 && m_SampleRate == EditRate_48 )
{