Re: [FFmpeg-devel] [PATCH 1/3] lavfi/vpp_qsv: add rate option

2023-02-01 Thread Xiang, Haihao
On Ma, 2023-01-30 at 09:37 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > This is used to control the output at frame rate or field rate when > deinterlace is expected and framerate is not specified. > > Signed-off-by: Haihao Xiang > --- > libavfilter/vf_vpp_qsv.c | 17 +++--

[FFmpeg-devel] [PATCH 1/3] lavfi/vpp_qsv: add rate option

2023-01-29 Thread Xiang, Haihao
From: Haihao Xiang This is used to control the output at frame rate or field rate when deinterlace is expected and framerate is not specified. Signed-off-by: Haihao Xiang --- libavfilter/vf_vpp_qsv.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libavfi