diff options
| author | jhurst <jhurst@cinecert.com> | 2014-09-22 16:17:05 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-09-22 16:17:05 +0000 |
| commit | 4e702586c01e263e547c0a2a64859326d37fc022 (patch) | |
| tree | 2d0d13928bf8b995065586bcdcfecd26c23a119c /src/AS_DCP_JP2K.cpp | |
| parent | ab3e3df49a9d4a44a3bf11211e31bdeac3ef7bcf (diff) | |
win32 compiler fixes
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
| -rwxr-xr-x | src/AS_DCP_JP2K.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index 6a41fe8..a1bc499 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2013, John Hurst +Copyright (c) 2004-2014, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -296,7 +296,7 @@ ASDCP::MD_to_JP2K_PDesc(const ASDCP::MXF::GenericPictureEssenceDescriptor& Esse } else { - DefaultLogSink().Error("Unexpected PictureComponentSizing size: %u, should be 17\n", tmp_size); + DefaultLogSink().Warn("Unexpected PictureComponentSizing size: %u, should be 17\n", tmp_size); } // CodingStyleDefault |
