MCPcopy 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
957fn 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

updateMethod · 0.85
supported_encodingMethod · 0.85
supported_decodingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected