diff options
author | Jun Zhao <mypopydev@gmail.com> | 2018-06-27 15:09:25 +0800 |
---|---|---|
committer | Jun Zhao <jun.zhao@intel.com> | 2018-07-08 23:05:34 +0800 |
commit | eb776a16ea3c02096ee4eff2f12da0f03cb03ef3 (patch) | |
tree | 4c836e95354c6fcb64b97ad0dfe527c1a2c70cfe /libavcodec/avuidec.c | |
parent | c126065947514ec41f2d3350b8018ab563a054bb (diff) | |
download | ffmpeg-eb776a16ea3c02096ee4eff2f12da0f03cb03ef3.tar.gz |
lavfi/minterpolate: fix blending calc issue.
the right blending calc is:
(alpha * Frame_2 + (MAX - alpha) * Frame_1 + 512) >> 10
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavcodec/avuidec.c')
0 files changed, 0 insertions, 0 deletions