Re: [FFmpeg-devel] [PATCH] lavfi/dnn_processing: refine code to use function av_image_copy_plane for data copy

2020-01-14 Thread Pedro Arthur
Em seg., 13 de jan. de 2020 às 08:46, Guo, Yejun escreveu: > > Signed-off-by: Guo, Yejun > --- > libavfilter/vf_dnn_processing.c | 85 > - > 1 file changed, 24 insertions(+), 61 deletions(-) > > diff --git a/libavfilter/vf_dnn_processing.c

[FFmpeg-devel] [PATCH] lavfi/dnn_processing: refine code to use function av_image_copy_plane for data copy

2020-01-13 Thread Guo, Yejun
Signed-off-by: Guo, Yejun --- libavfilter/vf_dnn_processing.c | 85 - 1 file changed, 24 insertions(+), 61 deletions(-) diff --git a/libavfilter/vf_dnn_processing.c b/libavfilter/vf_dnn_processing.c index 13273f2..492df93 100644 ---