mirror of https://github.com/FFmpeg/FFmpeg.git
This actually fixes an incorrect float literal. It is believed by examining the precision that the literals were all pre-computed as floats, resulting in this needless loss of precision. There is no benefit to keeping such reduced precision: 1. These constants are used for static array computation, hence compile-time. 2. They will be treated as doubles anyway, since f specifier was not present. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>pull/134/merge
parent
ccf3c69403
commit
61a1ca13ea
1 changed files with 10 additions and 11 deletions
Loading…
Reference in new issue