indeo3enc: rework cell intra flag logic
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 15 Feb 2023 19:01:38 +0000 (20:01 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 15 Feb 2023 19:01:38 +0000 (20:01 +0100)
commit3ff976b20cc372c8230fa21bb05829abc33db66b
treeab39fc725ef6c40046afed0eb139132f51d889b8
parent5a5edb08804fadd6059450ae6f9fbae3af9c6820
indeo3enc: rework cell intra flag logic

Previously it was used to signal frame type instead of cell type, which led
to VQ NULL cell type appearing in intra-only cells.
nihav-indeo/src/codecs/indeo3enc/cell.rs
nihav-indeo/src/codecs/indeo3enc/mod.rs
nihav-indeo/src/codecs/indeo3enc/tree.rs