We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53bda3 commit b3a5faeCopy full SHA for b3a5fae
src/lib.rs
@@ -64,7 +64,7 @@ pub struct demux_sys_t {
64
}
65
66
#[no_mangle]
67
-pub extern fn vlc_entry__3_0_0a(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
+pub extern fn vlc_entry__3_0_0b(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
68
-> c_int,
69
opaque: *mut c_void) -> c_int {
70
let module: *mut c_void = 0 as *mut c_void;
0 commit comments