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
8e30514c
Commit
8e30514c
authored
Oct 18, 2019
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/buffersink: cosmetics
parent
fddef964
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
22 deletions
+20
-22
buffersink.c
libavfilter/buffersink.c
+20
-22
No files found.
libavfilter/buffersink.c
View file @
8e30514c
...
...
@@ -348,7 +348,6 @@ AVFilter ff_vsink_buffer = {
.
priv_size
=
sizeof
(
BufferSinkContext
),
.
priv_class
=
&
buffersink_class
,
.
init_opaque
=
vsink_init
,
.
query_formats
=
vsink_query_formats
,
.
activate
=
activate
,
.
inputs
=
avfilter_vsink_buffer_inputs
,
...
...
@@ -369,7 +368,6 @@ AVFilter ff_asink_abuffer = {
.
priv_class
=
&
abuffersink_class
,
.
priv_size
=
sizeof
(
BufferSinkContext
),
.
init_opaque
=
asink_init
,
.
query_formats
=
asink_query_formats
,
.
activate
=
activate
,
.
inputs
=
avfilter_asink_abuffer_inputs
,
...
...
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