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
40cc3be7
Commit
40cc3be7
authored
Jun 07, 2015
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter: fix a few 5 spaces indent
parent
7c453277
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
22 deletions
+22
-22
vf_codecview.c
libavfilter/vf_codecview.c
+7
-7
vf_lut3d.c
libavfilter/vf_lut3d.c
+5
-5
vf_owdenoise.c
libavfilter/vf_owdenoise.c
+5
-5
vf_vignette.c
libavfilter/vf_vignette.c
+5
-5
No files found.
libavfilter/vf_codecview.c
View file @
40cc3be7
...
...
@@ -222,16 +222,16 @@ static const AVFilterPad codecview_inputs[] = {
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
filter_frame
=
filter_frame
,
.
needs_writable
=
1
,
},
{
NULL
}
},
{
NULL
}
};
static
const
AVFilterPad
codecview_outputs
[]
=
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
};
AVFilter
ff_vf_codecview
=
{
...
...
libavfilter/vf_lut3d.c
View file @
40cc3be7
...
...
@@ -617,11 +617,11 @@ static const AVFilterPad lut3d_inputs[] = {
};
static
const
AVFilterPad
lut3d_outputs
[]
=
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
};
AVFilter
ff_vf_lut3d
=
{
...
...
libavfilter/vf_owdenoise.c
View file @
40cc3be7
...
...
@@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = {
};
static
const
AVFilterPad
owdenoise_outputs
[]
=
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
};
AVFilter
ff_vf_owdenoise
=
{
...
...
libavfilter/vf_vignette.c
View file @
40cc3be7
...
...
@@ -338,11 +338,11 @@ static const AVFilterPad vignette_inputs[] = {
};
static
const
AVFilterPad
vignette_outputs
[]
=
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
},
{
NULL
}
};
AVFilter
ff_vf_vignette
=
{
...
...
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