Skip to content
Snippets Groups Projects
Commit 34ec4f82 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

rotation: always use transpose filter

Change-Id: Ia8ae624f441907b47237149767b0422b5b7abace
parent 6dcca2b9
Branches
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ SinkClient::setRotation(int rotation) ...@@ -345,7 +345,7 @@ SinkClient::setRotation(int rotation)
break; break;
case 180 : case 180 :
case -180 : case -180 :
ss << "rotate=PI"; ss << "transpose=2,transpose=2";
break; break;
case 270 : case 270 :
case -90 : case -90 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment