old change that was forgotten in bindings.rs

This commit is contained in:
Zero 2023-05-14 14:26:51 -06:00
parent 343a3029fb
commit e207b9fce8
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -660,7 +660,7 @@ extern "C" {
pub fn whisper_model_n_mels(ctx: *mut whisper_context) -> ::std::os::raw::c_int; pub fn whisper_model_n_mels(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
} }
extern "C" { extern "C" {
pub fn whisper_model_f16(ctx: *mut whisper_context) -> ::std::os::raw::c_int; pub fn whisper_model_ftype(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
} }
extern "C" { extern "C" {
pub fn whisper_model_type(ctx: *mut whisper_context) -> ::std::os::raw::c_int; pub fn whisper_model_type(ctx: *mut whisper_context) -> ::std::os::raw::c_int;