]>
Commit | Line | Data |
---|---|---|
5641dccf KS |
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] | |
38953fb5 | 8 | default = ["decoders", "demuxers"] |
5641dccf KS |
9 | |
10 | decoders = [] | |
38953fb5 KS |
11 | demuxers = [] |
12 | ||
5641dccf KS |
13 | h263 = [] |
14 | ||
15 | dsp = [] | |
5a990253 | 16 | dct = ["dsp"] |
5641dccf KS |
17 | fft = ["dsp"] |
18 | mdct = ["fft", "dsp"] | |
19 | dsp_window = ["dsp"] |