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
56315df3
Commit
56315df3
authored
Apr 16, 2018
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/showvolume : cosmetic move bracket after func declaration to a new line
parent
fd10a6e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
avf_showvolume.c
libavfilter/avf_showvolume.c
+2
-1
No files found.
libavfilter/avf_showvolume.c
View file @
56315df3
...
...
@@ -263,7 +263,8 @@ static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o)
}
}
static
void
clear_picture
(
ShowVolumeContext
*
s
,
AVFilterLink
*
outlink
)
{
static
void
clear_picture
(
ShowVolumeContext
*
s
,
AVFilterLink
*
outlink
)
{
int
i
,
j
;
const
uint32_t
bg
=
(
uint32_t
)(
s
->
bgopacity
*
255
)
<<
24
;
...
...
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