src/ffmpeg/libavutil/error

Search:
Group by:

Procs

proc av_make_error_string(errbuf: cstring; errbuf_size: csize_t; errnum: cint): cstring {.
    inline, importc, cdecl, ...raises: [], tags: [], forbids: [].}
proc av_strerror(errnum: cint; errbuf: cstring; errbuf_size: csize_t): cint {.
    importc, cdecl, ...raises: [], tags: [], forbids: [].}

Templates

template av_err2str(errnum: untyped): untyped
template AVERROR(e: untyped): untyped
template AVERROR_BSF_NOT_FOUND(): untyped
template AVERROR_BUFFER_TOO_SMALL(): untyped
template AVERROR_BUG(): untyped
template AVERROR_BUG2(): untyped
template AVERROR_DECODER_NOT_FOUND(): untyped
template AVERROR_DEMUXER_NOT_FOUND(): untyped
template AVERROR_ENCODER_NOT_FOUND(): untyped
template AVERROR_EOF(): untyped
template AVERROR_EXIT(): untyped
template AVERROR_EXPERIMENTAL(): untyped
template AVERROR_EXTERNAL(): untyped
template AVERROR_FILTER_NOT_FOUND(): untyped
template AVERROR_HTTP_BAD_REQUEST(): untyped
template AVERROR_HTTP_FORBIDDEN(): untyped
template AVERROR_HTTP_NOT_FOUND(): untyped
template AVERROR_HTTP_OTHER_4XX(): untyped
template AVERROR_HTTP_SERVER_ERROR(): untyped
template AVERROR_HTTP_UNAUTHORIZED(): untyped
template AVERROR_INPUT_CHANGED(): untyped
template AVERROR_INVALIDDATA(): untyped
template AVERROR_MUXER_NOT_FOUND(): untyped
template AVERROR_OPTION_NOT_FOUND(): untyped
template AVERROR_OUTPUT_CHANGED(): untyped
template AVERROR_PATCHWELCOME(): untyped
template AVERROR_PROTOCOL_NOT_FOUND(): untyped
template AVERROR_STREAM_NOT_FOUND(): untyped
template AVERROR_UNKNOWN(): untyped
template AVUNERROR(e: untyped): untyped
template FFERRTAG(a, b, c, d: untyped): untyped