Home
last modified time | relevance | path

Searched defs:AVERROR (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Derror.h41 #define AVERROR(e) (-(e)) ///< Returns a negative error code from a POSIX error code, to return from library functions. macro
45 #define AVERROR(e) (e) macro
/third_party/ffmpeg/libavformat/
H A Dnetwork.c380 case AVERROR(EINTR): start_connect_attempt() function
[all...]

Completed in 2 milliseconds