Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-09-18 09:57:49 +0300
committerJun Zhao <jun.zhao@intel.com>2018-10-06 16:30:18 +0300
commit5a3ce4a92b84cded3aab7ffd7fb80e0c9130e74c (patch)
treebc7165906b625876878cd83e4023c22163d7d970 /libavutil
parent6ff4473012bc0131a3a47ff613c3c0aa5ecb1881 (diff)
lavfi/deshake: fix deshake crash issue.
Fixes ticket #7441. for block contrast calculate, the block is like this: |<---------------- stride-----------------------| +-----------------------------------------------> X | | w = 16 | (cx,cy)+------+ | | | |h=blocksize| | | | | | +------+ V Y so we calc the block contrast use: (cy + y) * stride + (cx + x) Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions