From cc7874334b33342bfc7c01982225e654cdb23f93 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 23 Jan 2018 11:24:17 +0800 Subject: [PATCH 1/4] lavfi/scale_vaapi: fix the typo.
Signed-off-by: Jun Zhao <jun.z...@intel.com> --- libavfilter/vf_scale_vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_scale_vaapi.c b/libavfilter/vf_scale_vaapi.c index d349ff0f90..c19e23ccd0 100644 --- a/libavfilter/vf_scale_vaapi.c +++ b/libavfilter/vf_scale_vaapi.c @@ -31,7 +31,7 @@ #include "vaapi_vpp.h" typedef struct ScaleVAAPIContext { - VAAPIVPPContext vpp_ctx; // must be the first fileld + VAAPIVPPContext vpp_ctx; // must be the first field char *output_format_string; -- 2.14.1
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel