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