memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
321 stars 22 forks source link

Reorganize module structure #1351

Open kkysen opened 3 weeks ago

kkysen commented 3 weeks ago

Rather than maintaining the existing dav1d file structure, we'd like to make it more idiomatic. We should keep the files under src/, but move the ones from include/ to under src/, combining them where appropriate. This also simplifies some privacy boundaries.