mirror of https://github.com/FFmpeg/FFmpeg.git
The earlier code did not account for the fact that av_display_rotation_set() wants the angle in the anticlockwise direction (despite what its documentation stated for a long time); furthermore, the H.2645 spec wants the flips applied first, whereas our code did it the other way around. This can be fixed by negating the angle once for every flip. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/382/head
parent
04133eb2d5
commit
ab6f9d86a9
3 changed files with 31 additions and 3 deletions
Loading…
Reference in new issue