diff mbox

[FFmpeg-devel,1/4] lavfi/scale_vaapi: fix the typo.

Message ID 14a18741-bd96-c808-b06a-37a1ec029ce0@gmail.com
State New
Headers show

Commit Message

Jun Zhao Jan. 23, 2018, 4:33 a.m. UTC
From cc7874334b33342bfc7c01982225e654cdb23f93 Mon Sep 17 00:00:00 2001
From: Jun Zhao <jun.zhao@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.zhao@intel.com>
---
 libavfilter/vf_scale_vaapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;