Change the defacto output transform from flipped-270 to flipped-90
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 24 Jun 2014 18:10:28 +0000 (11:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 24 Jun 2014 18:10:28 +0000 (11:10 -0700)
commit671a1442a78ba04bd34cc35dcedd28a117714798
tree0dcb3541adcbe525b9f0f228274d1a38e259f988
parent76f623605f93e853d006ddeff9cc8a170332298d
Change the defacto output transform from flipped-270 to flipped-90

It turns out that flipped-270 is the second-simplest transformation besides
normal because it is a direct swapping of the x and y axes.  Having that as
the default encourages people to use flipped-270 as the default test for "I
want to try this with a transform".  Unfortunately, because flipped-270 is
so simple, it is really easy to have something that works for normal,
flipped-270, and nothing else.  This encourages people to test with a
transform thats actually "hard".
weston.ini.in