Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multichannel decoded audio #21539

Merged
merged 3 commits into from Sep 11, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add tidy exceptions for crossbeam-*

  • Loading branch information
ferjm committed Sep 11, 2018
commit 7a09477d648aa55cee096acd9519b3b59e810db9

Some generated files are not rendered by default. Learn more.

@@ -14,6 +14,7 @@ lint-scripts = [
# which are packages allowed to use the blocked package.
[blocked-packages]
rand = [
"crossbeam-channel",
"deque",
"gaol",
"hashglobe", # only uses in tests
@@ -39,6 +40,10 @@ num = [
# Ignored packages with duplicated versions
packages = [
"bitflags",
"crossbeam-epoch",
"crossbeam-utils",
#TODO: remove ipc-channel when #21325 lands
"ipc-channel",
"log",
"rand",
"winapi",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.