mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
avutil/log: fix av_log type
This commit is contained in:
@@ -78,7 +78,7 @@ pub fn AV_LOG_C(x: c_int) -> c_int {
|
||||
}
|
||||
|
||||
extern {
|
||||
pub fn av_log(avcl: *mut c_void, level: c_int, fmt: *const char, ...);
|
||||
pub fn av_log(avcl: *mut c_void, level: c_int, fmt: *const c_char, ...);
|
||||
//pub fn av_vlog(avcl: *mut c_void, level: c_int, fmt: *const c_char, vl: va_list);
|
||||
pub fn av_log_get_level() -> c_int;
|
||||
pub fn av_log_set_level(level: c_int);
|
||||
|
||||
Reference in New Issue
Block a user