rotation: always use transpose filter

Change-Id: Ia8ae624f441907b47237149767b0422b5b7abace
This commit is contained in:
Adrien Béraud
2019-03-14 14:39:49 -04:00
parent 6dcca2b980
commit 34ec4f82e6

View File

@ -345,7 +345,7 @@ SinkClient::setRotation(int rotation)
break;
case 180 :
case -180 :
ss << "rotate=PI";
ss << "transpose=2,transpose=2";
break;
case 270 :
case -90 :