spelling: available
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f45fdaa46f
commit
185ff9e91e
@ -293,8 +293,8 @@ pub fn check_config() {
|
|||||||
quality: DEFAULT_HW_QUALITY,
|
quality: DEFAULT_HW_QUALITY,
|
||||||
rc: DEFAULT_RC,
|
rc: DEFAULT_RC,
|
||||||
};
|
};
|
||||||
let encoders = CodecInfo::score(Encoder::avaliable_encoders(ctx));
|
let encoders = CodecInfo::score(Encoder::available_encoders(ctx));
|
||||||
let decoders = CodecInfo::score(Decoder::avaliable_decoders());
|
let decoders = CodecInfo::score(Decoder::available_decoders());
|
||||||
|
|
||||||
if let Ok(old_encoders) = get_config(CFG_KEY_ENCODER) {
|
if let Ok(old_encoders) = get_config(CFG_KEY_ENCODER) {
|
||||||
if let Ok(old_decoders) = get_config(CFG_KEY_DECODER) {
|
if let Ok(old_decoders) = get_config(CFG_KEY_DECODER) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user