You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
postproc/postprocess_template: fix dering with a 16x16 image
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@ -3234,7 +3234,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)){
|
||||
|
Reference in New Issue
Block a user