On Wo, 2022-12-07 at 10:51 +0530, Gyan Doshi wrote:
>
> On 2022-12-07 08:13 am, Xiang, Haihao wrote:
> > From: Haihao Xiang
> >
> > PI, PHI and E are defined in libavutil/eval.c, and user may use these
> > constants for scale_qsv filter, so we needn't re-define these variables
> > in vf_scale_qs
On 2022-12-07 08:13 am, Xiang, Haihao wrote:
From: Haihao Xiang
PI, PHI and E are defined in libavutil/eval.c, and user may use these
constants for scale_qsv filter, so we needn't re-define these variables
in vf_scale_qsv.c
LGTM.
Signed-off-by: Haihao Xiang
---
libavfilter/vf_scale_
From: Haihao Xiang
PI, PHI and E are defined in libavutil/eval.c, and user may use these
constants for scale_qsv filter, so we needn't re-define these variables
in vf_scale_qsv.c
Signed-off-by: Haihao Xiang
---
libavfilter/vf_scale_qsv.c | 9 -
1 file changed, 9 deletions(-)
diff --gi