Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ disable_av1
Function
disable_av1
libs/scrap/src/common/codec.rs:957–961 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
955
}
956
957
fn disable_av1() -> bool {
958
// aom is very slow for x86 sciter version on windows x64
959
// disable it for all 32 bit platforms
960
std::mem::size_of::<usize>() == 4
961
}
Callers
3
update
Method · 0.85
supported_encoding
Method · 0.85
supported_decodings
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected