mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/vf_fspp: clarify comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
18982f084c
commit
9224c7f0dd
@ -245,7 +245,7 @@ static void filter(FSPPContext *p, uint8_t *dst, uint8_t *src,
|
||||
}
|
||||
}
|
||||
|
||||
if (y & 7) { // == height & 7
|
||||
if (y & 7) { // height % 8 != 0
|
||||
if (y & 8)
|
||||
p->store_slice(dst + ((y - 8) & ~7) * dst_stride, p->temp + 8 + 8 * stride,
|
||||
dst_stride, stride, width, y&7, 5 - p->log2_count);
|
||||
|
Loading…
Reference in New Issue
Block a user