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 6882ea4 commit 0ed2ea0Copy full SHA for 0ed2ea0
src/extra/defs.rs
@@ -6,11 +6,11 @@ use libc::{size_t, c_float};
6
#[link(name = "cbits")]
7
extern "C" {
8
#[link_name = "SYS_EAGAIN"]
9
- pub fn sys_eagain() -> i32;
+ pub fn eagain() -> i32;
10
#[link_name = "SYS_AVERROR"]
11
- pub fn sys_sys_averror(code: i32) -> i32;
+ pub fn averror(code: i32) -> i32;
12
#[link_name = "SYS_AV_NOPTS_VALUE"]
13
- pub fn sys_av_nopts_value() -> i64;
+ pub fn av_nopts_value() -> i64;
14
#[link_name = "SYS_AV_ERROR_MAX_STRING_SIZE"]
15
pub fn av_error_max_string_size() -> c_int;
16
#[link_name = "SYS_AVERROR_BSF_NOT_FOUND"]
0 commit comments