vp7enc: fix encoding intra frames with too low quantiser
[nihav.git] / nihav-core / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "nihav_core"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[features]
8default = ["decoders", "demuxers", "muxers", "compr"]
9
10decoders = []
11demuxers = []
12muxers = []
13
14compr = ["deflate"]
15deflate = []