mirror of https://github.com/FFmpeg/FFmpeg.git
- Check if av_display_rotation_get() gets the correct degrees - Check if av_display_rotation_set() sets the correct matrix - Check if av_display_matrix_flip() changes correct the matrix Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/192/head
parent
2aebdfb451
commit
124526ba1a
5 changed files with 65 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
0 65536 0 |
||||
-65536 0 0 |
||||
0 0 1073741824 |
||||
degrees: -90.000000 |
||||
46340 -46340 0 |
||||
46340 46340 0 |
||||
0 0 1073741824 |
||||
degrees: 45.000000 |
||||
-46340 -46340 0 |
||||
-46340 46340 0 |
||||
0 0 1073741824 |
||||
degrees: 135.000000 |
||||
-46340 46340 0 |
||||
-46340 -46340 0 |
||||
0 0 1073741824 |
||||
degrees: -135.000000 |
Loading…
Reference in new issue