Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4dbae00b
Commit
4dbae00b
authored
Jan 24, 2018
by
Jun Zhao
Committed by
Carl Eugen Hoyos
Jan 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/vf_xxx_vaapi: fix typo.
Signed-off-by:
Jun Zhao
<
jun.zhao@intel.com
>
parent
1948b76a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
vf_deinterlace_vaapi.c
libavfilter/vf_deinterlace_vaapi.c
+1
-1
vf_misc_vaapi.c
libavfilter/vf_misc_vaapi.c
+2
-2
vf_procamp_vaapi.c
libavfilter/vf_procamp_vaapi.c
+1
-1
vf_scale_vaapi.c
libavfilter/vf_scale_vaapi.c
+1
-1
No files found.
libavfilter/vf_deinterlace_vaapi.c
View file @
4dbae00b
...
...
@@ -33,7 +33,7 @@
#define MAX_REFERENCES 8
typedef
struct
DeintVAAPIContext
{
VAAPIVPPContext
vpp_ctx
;
// must be the first fi
l
eld
VAAPIVPPContext
vpp_ctx
;
// must be the first field
int
mode
;
int
field_rate
;
...
...
libavfilter/vf_misc_vaapi.c
View file @
4dbae00b
...
...
@@ -38,13 +38,13 @@
#define SHARPNESS_DEFAULT 44
typedef
struct
DenoiseVAAPIContext
{
VAAPIVPPContext
vpp_ctx
;
// must be the first fi
l
eld
VAAPIVPPContext
vpp_ctx
;
// must be the first field
int
denoise
;
// enable denoise algo.
}
DenoiseVAAPIContext
;
typedef
struct
SharpnessVAAPIContext
{
VAAPIVPPContext
vpp_ctx
;
// must be the first fi
l
eld
VAAPIVPPContext
vpp_ctx
;
// must be the first field
int
sharpness
;
// enable sharpness.
}
SharpnessVAAPIContext
;
...
...
libavfilter/vf_procamp_vaapi.c
View file @
4dbae00b
...
...
@@ -47,7 +47,7 @@
#define EPSILON 0.00001F
typedef
struct
ProcampVAAPIContext
{
VAAPIVPPContext
vpp_ctx
;
// must be the first fi
l
eld
VAAPIVPPContext
vpp_ctx
;
// must be the first field
float
bright
;
float
hue
;
...
...
libavfilter/vf_scale_vaapi.c
View file @
4dbae00b
...
...
@@ -31,7 +31,7 @@
#include "vaapi_vpp.h"
typedef
struct
ScaleVAAPIContext
{
VAAPIVPPContext
vpp_ctx
;
// must be the first fi
l
eld
VAAPIVPPContext
vpp_ctx
;
// must be the first field
char
*
output_format_string
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment