Re: [FFmpeg-devel] [PATCH] lavfi/vf_v360: add missing 0.5 subpixel shift

2021-07-17 Thread Paul B Mahol
Hi, I'm unable to apply this patch, please send it via attachment to new mail in this same thread. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-d

[FFmpeg-devel] [PATCH] lavfi/vf_v360: add missing 0.5 subpixel shift

2021-07-13 Thread 黄宇星(凌怀)
Signed-off-by: 凌怀 --- libavfilter/vf_v360.c | 49 ++- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/libavfilter/vf_v360.c b/libavfilter/vf_v360.c index 0c47883d4d..c0dafe6bbe 100644 --- a/libavfilter/vf_v360.c +++ b/libavfilter/vf_v360.c @