]> git.nihav.org Git - nihav.git/commit
core/codebook: switch {Full,Short}CodebookDescReader to use slice reference
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Nov 2024 13:34:40 +0000 (14:34 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Nov 2024 14:34:05 +0000 (15:34 +0100)
commit78da9b7f43125b1580e4422bbdc1bb7bfe9fe7ce
treeb7bbec68869e7fde8e538c2acc5fa96e7d0823d0
parent1ff7036bae562bde06f10b64c2e9171cc83197db
core/codebook: switch {Full,Short}CodebookDescReader to use slice reference

This finally allows using them with static code definitions instead of
always constructing a vector.
nihav-core/src/compr/deflate.rs
nihav-core/src/io/codebook.rs
nihav-duck/src/codecs/truemotion2.rs
nihav-game/src/codecs/midivid3.rs