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
10b1cc63
Commit
10b1cc63
authored
Apr 11, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: remove double .priv_class initializers
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
661e284b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
af_aformat.c
libavfilter/af_aformat.c
+0
-1
vf_blackframe.c
libavfilter/vf_blackframe.c
+0
-2
vf_crop.c
libavfilter/vf_crop.c
+0
-1
No files found.
libavfilter/af_aformat.c
View file @
10b1cc63
...
...
@@ -145,5 +145,4 @@ AVFilter avfilter_af_aformat = {
.
inputs
=
avfilter_af_aformat_inputs
,
.
outputs
=
avfilter_af_aformat_outputs
,
.
priv_class
=
&
aformat_class
,
};
libavfilter/vf_blackframe.c
View file @
10b1cc63
...
...
@@ -133,6 +133,4 @@ AVFilter avfilter_vf_blackframe = {
.
inputs
=
avfilter_vf_blackframe_inputs
,
.
outputs
=
avfilter_vf_blackframe_outputs
,
.
priv_class
=
&
blackframe_class
,
};
libavfilter/vf_crop.c
View file @
10b1cc63
...
...
@@ -348,5 +348,4 @@ AVFilter avfilter_vf_crop = {
.
inputs
=
avfilter_vf_crop_inputs
,
.
outputs
=
avfilter_vf_crop_outputs
,
.
priv_class
=
&
crop_class
,
};
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