Skip to content

Commit

Permalink
try DATATYPE=Byte for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 30, 2017
1 parent 96d555a commit a70855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/filters/ColorinterpFilterTest.cpp
Expand Up @@ -51,7 +51,7 @@ std::string makeColor()
static uint8_t rgb[12] = { 1, 2, 3, 4 };

std::ostringstream ss;
ss << "MEM:::PIXELS=4,LINES=1,BANDS=3,DATAPOINTER=" << &rgb;
ss << "MEM:::PIXELS=4,LINES=1,BANDS=3,DATATYPE=Byte,DATAPOINTER=" << &rgb;
return ss.str();
}

Expand Down

0 comments on commit a70855f

Please sign in to comment.