mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
rotation: always use transpose filter
Change-Id: Ia8ae624f441907b47237149767b0422b5b7abace
This commit is contained in:
@ -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 :
|
||||
|
Reference in New Issue
Block a user