Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2018-01-24 03:40:59 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-01-24 13:31:14 +0300
commit4dbae00bac7af0b35622feb5ac78d29ac16889fd (patch)
tree54fe58a2d0d5e871d2382ec59f04c229071ebbbe /libavfilter/vf_procamp_vaapi.c
parent1948b76a1beabbcf36480c4b2c2af891886ead88 (diff)
lavfi/vf_xxx_vaapi: fix typo.
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Diffstat (limited to 'libavfilter/vf_procamp_vaapi.c')
-rw-r--r--libavfilter/vf_procamp_vaapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_procamp_vaapi.c b/libavfilter/vf_procamp_vaapi.c
index 10f9a6ba0c..aad76aa371 100644
--- a/libavfilter/vf_procamp_vaapi.c
+++ b/libavfilter/vf_procamp_vaapi.c
@@ -47,7 +47,7 @@
#define EPSILON 0.00001F
typedef struct ProcampVAAPIContext {
- VAAPIVPPContext vpp_ctx; // must be the first fileld
+ VAAPIVPPContext vpp_ctx; // must be the first field
float bright;
float hue;