mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
postproc/postprocess_template: fix dering with a 16x16 image
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit fd9adbdbfb
)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
ba06c473ba
commit
2f0af494b6
1 changed files with 1 additions and 1 deletions
|
@ -3235,7 +3235,7 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[
|
|||
}
|
||||
|
||||
if(mode & DERING){
|
||||
RENAME(dering)(dstBlock - dstStride - 8, dstStride, c, 0, 1, y<=0);
|
||||
RENAME(dering)(dstBlock - dstStride - 8, dstStride, c, x<=8, 1, y<=0);
|
||||
}
|
||||
|
||||
if((mode & TEMP_NOISE_FILTER)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue