Re: [FFmpeg-devel] [PATCH] lavf/qsv_scale: add interpolation methods support

2020-12-10 Thread Xiang, Haihao
On Thu, 2020-12-10 at 14:52 +0300, Artem Galin wrote: > On Wed, 2 Dec 2020 at 04:25, Xiang, Haihao wrote: > > > On Tue, 2020-12-01 at 22:42 +, Artem Galin wrote: > > > Since 1.33 API version > > > > > > > https://github.com/Intel-Media-SDK/MediaSDK/blob/master/api/include/mfxstructures.h#L

Re: [FFmpeg-devel] [PATCH] lavf/qsv_scale: add interpolation methods support

2020-12-10 Thread Artem Galin
On Wed, 2 Dec 2020 at 04:25, Xiang, Haihao wrote: > On Tue, 2020-12-01 at 22:42 +, Artem Galin wrote: > > Since 1.33 API version > > > > https://github.com/Intel-Media-SDK/MediaSDK/blob/master/api/include/mfxstructures.h#L2088 > > > > Signed-off-by: Artem Galin > > --- > > libavfilter/vf_sc

Re: [FFmpeg-devel] [PATCH] lavf/qsv_scale: add interpolation methods support

2020-12-01 Thread Xiang, Haihao
On Tue, 2020-12-01 at 22:42 +, Artem Galin wrote: > Since 1.33 API version > https://github.com/Intel-Media-SDK/MediaSDK/blob/master/api/include/mfxstructures.h#L2088 > > Signed-off-by: Artem Galin > --- > libavfilter/vf_scale_qsv.c | 17 + > 1 file changed, 17 insertions(+)

[FFmpeg-devel] [PATCH] lavf/qsv_scale: add interpolation methods support

2020-12-01 Thread Artem Galin
Since 1.33 API version https://github.com/Intel-Media-SDK/MediaSDK/blob/master/api/include/mfxstructures.h#L2088 Signed-off-by: Artem Galin --- libavfilter/vf_scale_qsv.c | 17 + 1 file changed, 17 insertions(+) diff --git a/libavfilter/vf_scale_qsv.c b/libavfilter/vf_scale_qsv.