game: add Discworld Noir BMV demuxer and audio decoder
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 2 Apr 2019 09:59:58 +0000 (11:59 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 2 Apr 2019 09:59:58 +0000 (11:59 +0200)
commitecda1cc1266117b3bb8669b06185d2e15a265ebe
treee7af09d092984149f4d7d694b826233f231fb5f4
parent9e9e49d110c5fb5ec71be9b25a4a00d88af70c84
game: add Discworld Noir BMV demuxer and audio decoder
nihav-core/src/detect.rs
nihav-core/src/register.rs
nihav-game/Cargo.toml
nihav-game/src/codecs/bmv3.rs [new file with mode: 0644]
nihav-game/src/codecs/mod.rs
nihav-game/src/demuxers/bmv.rs
nihav-game/src/demuxers/mod.rs