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
65e65e3c
Commit
65e65e3c
authored
Jul 08, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settb: cosmetic: reindent vf_settb structure.
parent
ba856c0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
vf_settb.c
libavfilter/vf_settb.c
+14
-11
No files found.
libavfilter/vf_settb.c
View file @
65e65e3c
...
@@ -143,17 +143,20 @@ AVFilter avfilter_vf_settb = {
...
@@ -143,17 +143,20 @@ AVFilter avfilter_vf_settb = {
.
priv_size
=
sizeof
(
SetTBContext
),
.
priv_size
=
sizeof
(
SetTBContext
),
.
inputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
inputs
=
(
const
AVFilterPad
[])
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
get_video_buffer
=
ff_null_get_video_buffer
,
.
get_video_buffer
=
ff_null_get_video_buffer
,
.
start_frame
=
start_frame
,
.
start_frame
=
start_frame
,
.
end_frame
=
ff_null_end_frame
},
.
end_frame
=
ff_null_end_frame
},
{
.
name
=
NULL
}},
{
.
name
=
NULL
}
},
.
outputs
=
(
const
AVFilterPad
[])
{{
.
name
=
"default"
,
.
outputs
=
(
const
AVFilterPad
[])
{
{
.
name
=
"default"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
config_props
=
config_output_props
,
},
.
config_props
=
config_output_props
,
},
{
.
name
=
NULL
}},
{
.
name
=
NULL
}
},
};
};
#endif
#endif
...
...
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