mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
lavfi/vf_xxx_vaapi: fix typo.
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
This commit is contained in:
parent
1948b76a1b
commit
4dbae00bac
@ -33,7 +33,7 @@
|
|||||||
#define MAX_REFERENCES 8
|
#define MAX_REFERENCES 8
|
||||||
|
|
||||||
typedef struct DeintVAAPIContext {
|
typedef struct DeintVAAPIContext {
|
||||||
VAAPIVPPContext vpp_ctx; // must be the first fileld
|
VAAPIVPPContext vpp_ctx; // must be the first field
|
||||||
|
|
||||||
int mode;
|
int mode;
|
||||||
int field_rate;
|
int field_rate;
|
||||||
|
@ -38,13 +38,13 @@
|
|||||||
#define SHARPNESS_DEFAULT 44
|
#define SHARPNESS_DEFAULT 44
|
||||||
|
|
||||||
typedef struct DenoiseVAAPIContext {
|
typedef struct DenoiseVAAPIContext {
|
||||||
VAAPIVPPContext vpp_ctx; // must be the first fileld
|
VAAPIVPPContext vpp_ctx; // must be the first field
|
||||||
|
|
||||||
int denoise; // enable denoise algo.
|
int denoise; // enable denoise algo.
|
||||||
} DenoiseVAAPIContext;
|
} DenoiseVAAPIContext;
|
||||||
|
|
||||||
typedef struct SharpnessVAAPIContext {
|
typedef struct SharpnessVAAPIContext {
|
||||||
VAAPIVPPContext vpp_ctx; // must be the first fileld
|
VAAPIVPPContext vpp_ctx; // must be the first field
|
||||||
|
|
||||||
int sharpness; // enable sharpness.
|
int sharpness; // enable sharpness.
|
||||||
} SharpnessVAAPIContext;
|
} SharpnessVAAPIContext;
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#define EPSILON 0.00001F
|
#define EPSILON 0.00001F
|
||||||
|
|
||||||
typedef struct ProcampVAAPIContext {
|
typedef struct ProcampVAAPIContext {
|
||||||
VAAPIVPPContext vpp_ctx; // must be the first fileld
|
VAAPIVPPContext vpp_ctx; // must be the first field
|
||||||
|
|
||||||
float bright;
|
float bright;
|
||||||
float hue;
|
float hue;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include "vaapi_vpp.h"
|
#include "vaapi_vpp.h"
|
||||||
|
|
||||||
typedef struct ScaleVAAPIContext {
|
typedef struct ScaleVAAPIContext {
|
||||||
VAAPIVPPContext vpp_ctx; // must be the first fileld
|
VAAPIVPPContext vpp_ctx; // must be the first field
|
||||||
|
|
||||||
char *output_format_string;
|
char *output_format_string;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user