mirror of https://github.com/FFmpeg/FFmpeg.git
The original code was intended purely for rotation == 0
In cf70ba37ba
the condition was
changed to use it only for rotation != 0
which broke the cases for which it was intended to be used
as well as breaking cases for which it was not intended to be
used.
This changes the code so it could work for the more general
case and fixes the regressions
If you have sample files that are not handled correctly
please open tickets or mail me!
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/101/merge
parent
89b6382bec
commit
47795505ac
1 changed files with 10 additions and 13 deletions
Loading…
Reference in new issue