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
b18d1b09
Commit
b18d1b09
authored
Jun 29, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/buffersrc: reindent
parent
f02a4408
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
buffersrc.c
libavfilter/buffersrc.c
+7
-7
No files found.
libavfilter/buffersrc.c
View file @
b18d1b09
...
...
@@ -379,13 +379,13 @@ static av_cold int init_audio(AVFilterContext *ctx)
if
(
s
->
channel_layout_str
)
{
int
n
;
/* TODO reindent */
s
->
channel_layout
=
av_get_channel_layout
(
s
->
channel_layout_str
);
if
(
!
s
->
channel_layout
)
{
av_log
(
ctx
,
AV_LOG_ERROR
,
"Invalid channel layout %s.
\n
"
,
s
->
channel_layout_str
);
return
AVERROR
(
EINVAL
);
}
s
->
channel_layout
=
av_get_channel_layout
(
s
->
channel_layout_str
);
if
(
!
s
->
channel_layout
)
{
av_log
(
ctx
,
AV_LOG_ERROR
,
"Invalid channel layout %s.
\n
"
,
s
->
channel_layout_str
);
return
AVERROR
(
EINVAL
);
}
n
=
av_get_channel_layout_nb_channels
(
s
->
channel_layout
);
if
(
s
->
channels
)
{
if
(
n
!=
s
->
channels
)
{
...
...
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