ports/graphics/pfstmo/files/patch-src-mantiuk08-display_adaptive_tmo.cpp
Danilo Egea Gondolfo 86b70fb123 - Update from 1.2 to 1.5
- Add stage support

PR:		ports/191180
Submitted by:	ii@any.com.ru
2014-06-20 15:46:27 +00:00

20 lines
610 B
C++

--- src/mantiuk08/display_adaptive_tmo.cpp.orig 2012-06-25 13:03:28.000000000 +0000
+++ src/mantiuk08/display_adaptive_tmo.cpp 2014-06-18 15:29:52.308951834 +0000
@@ -201,7 +201,7 @@
};
-#define PFSEOL "\x0a"
+/*#define PFSEOL "\x0a"
static void dumpPFS( const char *fileName, const int width, const int height, float *data, const char *channelName )
{
FILE *fh = fopen( fileName, "wb" );
@@ -216,7 +216,7 @@
}
fclose( fh );
-}
+}*/
void compute_gaussian_level( const int width, const int height, const pfstmo::Array2D& in, pfstmo::Array2D& out, int level, pfstmo::Array2D& temp )