Remove the executable bit from non-executable files
Cargo.toml
100755 → 100644
File mode changed from 100755 to 100644
README.md
100755 → 100644
File mode changed from 100755 to 100644
benches/bench.rs
100755 → 100644
File mode changed from 100755 to 100644
benches/comparative/mod.rs
100755 → 100644
File mode changed from 100755 to 100644
benches/comparative/predict.rs
100755 → 100644
File mode changed from 100755 to 100644
benches/predict.rs
100755 → 100644
File mode changed from 100755 to 100644
build.rs
100755 → 100644
File mode changed from 100755 to 100644
src/bin/rav1e.rs
100755 → 100644
File mode changed from 100755 to 100644
src/cdef.rs
100755 → 100644
File mode changed from 100755 to 100644
src/context.rs
100755 → 100644
File mode changed from 100755 to 100644
src/lib.rs
100755 → 100644
File mode changed from 100755 to 100644
src/partition.rs
100755 → 100644
File mode changed from 100755 to 100644
src/predict.rs
100755 → 100644
File mode changed from 100755 to 100644
src/quantize.rs
100755 → 100644
File mode changed from 100755 to 100644
src/rdo.rs
100755 → 100644
File mode changed from 100755 to 100644
src/transform.rs
100755 → 100644
File mode changed from 100755 to 100644
src/util.rs
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment