summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-12 15:04:26 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-12 15:04:26 +0100
commit1b37a3d71dabc451f48f05fce7ce2d300212c43c (patch)
treebc1a56e95b63f94d39cc22585914f9145be51f4f /rotord/src/rotord.cpp
parentfd2cdacf49b101658de7e0a624c84897a398e62e (diff)
BGR2RGB for thumbnails
Diffstat (limited to 'rotord/src/rotord.cpp')
-rw-r--r--rotord/src/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp
index 49770a4..94964eb 100644
--- a/rotord/src/rotord.cpp
+++ b/rotord/src/rotord.cpp
@@ -49,7 +49,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
XML.pushTag("rotor");
if (request.getMethod()=="POST") {
if (body.size()){
- int w=360;
+ int w=320;
int h=180;
if (command.size()>1){
Poco::StringTokenizer t1(command[1],",");