mirror of https://github.com/FFmpeg/FFmpeg.git
On Windows machines, the UL suffix still means 32 bits. The only parts that need 64 bits are (1ULL << (m + 32)) and (t*qf + qf). Hence, use the proper ULL suffix for the former and just increase the type of the qf constant for the latter. No overflows can happen as long as these are done in 64 bits and the quantization table doesn't change. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>pull/282/head
parent
040b28aecc
commit
688060fbb7
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue