4 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
7 [dependencies.nihav_core]
10 [dependencies.nihav_codec_support]
11 path = "../nihav-codec-support"
14 nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
17 default = ["all_decoders"]
18 simd = [] #enable when the default rustc is >=1.62
20 all_decoders = ["all_video_decoders"]
23 all_video_decoders = ["decoder_h264"]
24 decoder_h264 = ["decoders"]