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
863fb11f
Commit
863fb11f
authored
Oct 28, 2013
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavd/lavfi: support unknown channel layouts.
parent
eeb975f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lavfi.c
libavdevice/lavfi.c
+4
-0
No files found.
libavdevice/lavfi.c
View file @
863fb11f
...
...
@@ -248,6 +248,10 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx)
ret
=
av_opt_set_int_list
(
sink
,
"sample_fmts"
,
sample_fmts
,
AV_SAMPLE_FMT_NONE
,
AV_OPT_SEARCH_CHILDREN
);
if
(
ret
<
0
)
goto
end
;
ret
=
av_opt_set_int
(
sink
,
"all_channel_counts"
,
1
,
AV_OPT_SEARCH_CHILDREN
);
if
(
ret
<
0
)
goto
end
;
}
lavfi
->
sinks
[
i
]
=
sink
;
...
...
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