[Hdrflow-svn] SF.net SVN: hdrflow: [418] trunk/lib/extras/src/imf/mfn/mfn.cpp
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2008-02-23 14:09:26
|
Revision: 418 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=418&view=rev Author: glslang Date: 2008-02-23 06:09:24 -0800 (Sat, 23 Feb 2008) Log Message: ----------- + include some diagnostics in the release version Modified Paths: -------------- trunk/lib/extras/src/imf/mfn/mfn.cpp Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp =================================================================== --- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-21 21:18:48 UTC (rev 417) +++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-23 14:09:24 UTC (rev 418) @@ -111,9 +111,8 @@ im = il::convert( il::convert( frame->get_image( ), L"b8g8r8a8" ), L"r32g32b32a32f" ); if( !im ) { -#ifndef NDEBUG MGlobal::displayInfo( "HDRFlow: Internal Error: conversion to floating point format failed. Please report to su...@cr...." ); -#endif + return MS::kFailure; } } @@ -147,9 +146,7 @@ MStatus image_reader::close( ) { -#ifndef NDEBUG MGlobal::displayInfo( "HDRFlow: closing..." ); -#endif input_.reset( ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |