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
2941a937
Commit
2941a937
authored
Apr 04, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vf_idet: fix indention
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5d9cfd87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
vf_idet.c
libavfilter/vf_idet.c
+10
-10
No files found.
libavfilter/vf_idet.c
View file @
2941a937
...
@@ -255,16 +255,16 @@ AVFilter avfilter_vf_idet = {
...
@@ -255,16 +255,16 @@ AVFilter avfilter_vf_idet = {
.
query_formats
=
query_formats
,
.
query_formats
=
query_formats
,
.
inputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
inputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
start_frame
=
start_frame
,
.
start_frame
=
start_frame
,
.
draw_slice
=
null_draw_slice
,
.
draw_slice
=
null_draw_slice
,
.
end_frame
=
end_frame
,
.
end_frame
=
end_frame
,
.
rej_perms
=
AV_PERM_REUSE2
,
},
.
rej_perms
=
AV_PERM_REUSE2
,
},
{
.
name
=
NULL
}},
{
.
name
=
NULL
}},
.
outputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
outputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
poll_frame
=
poll_frame
,
.
poll_frame
=
poll_frame
,
.
request_frame
=
request_frame
,
},
.
request_frame
=
request_frame
,
},
{
.
name
=
NULL
}},
{
.
name
=
NULL
}},
};
};
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