AVERROR            39 libavutil/error.h #define AVERROR(e) (-(e))   ///< Returns a negative error code from a POSIX error code, to return from library functions.
AVERROR            43 libavutil/error.h #define AVERROR(e) (e)