]> git.nihav.org Git - nihav.git/commit
resurrect VX video decoder
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 23 May 2026 15:41:46 +0000 (17:41 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 23 May 2026 15:41:46 +0000 (17:41 +0200)
commit3f53ff67f4a5e64d1436a3b721dc10f46e3de2e9
tree06bdf71fdafdace9b36d7f8b6a94e81cbe910a21
parentfaeb20c47b2c7a2b2e56136b2ffff22a9997b612
resurrect VX video decoder

While VX format is handled by na_game_tool, this codec may occur
in AVI as well. So this decoder will be used just for that.
nihav-game/Cargo.toml
nihav-game/src/codecs/mod.rs
nihav-game/src/codecs/vx.rs [new file with mode: 0644]