Re: [FFmpeg-devel] [PATCH 5/7] vf_crop: Add support for cropping hardware frames

2018-03-18 Thread Mark Thompson
On 11/03/18 22:41, Mark Thompson wrote: > Set the cropping fields in the AVFrame. > --- > libavfilter/vf_crop.c | 61 > --- > 1 file changed, 43 insertions(+), 18 deletions(-) > > diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c > index 0

[FFmpeg-devel] [PATCH 5/7] vf_crop: Add support for cropping hardware frames

2018-03-11 Thread Mark Thompson
Set the cropping fields in the AVFrame. --- libavfilter/vf_crop.c | 61 --- 1 file changed, 43 insertions(+), 18 deletions(-) diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 0fdc4949e3..0b1b8a048b 100644 --- a/libavfilter/vf_crop.c