From 4dbae00bac7af0b35622feb5ac78d29ac16889fd Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Wed, 24 Jan 2018 08:40:59 +0800 Subject: lavfi/vf_xxx_vaapi: fix typo. Signed-off-by: Jun Zhao --- libavfilter/vf_misc_vaapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/vf_misc_vaapi.c') diff --git a/libavfilter/vf_misc_vaapi.c b/libavfilter/vf_misc_vaapi.c index 316f15e38b..c60b7b0c48 100644 --- a/libavfilter/vf_misc_vaapi.c +++ b/libavfilter/vf_misc_vaapi.c @@ -38,13 +38,13 @@ #define SHARPNESS_DEFAULT 44 typedef struct DenoiseVAAPIContext { - VAAPIVPPContext vpp_ctx; // must be the first fileld + VAAPIVPPContext vpp_ctx; // must be the first field int denoise; // enable denoise algo. } DenoiseVAAPIContext; typedef struct SharpnessVAAPIContext { - VAAPIVPPContext vpp_ctx; // must be the first fileld + VAAPIVPPContext vpp_ctx; // must be the first field int sharpness; // enable sharpness. } SharpnessVAAPIContext; -- cgit v1.2.3