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