#include <errno.h>
#include <stddef.h>
#include "macros.h"
Go to the source code of this file.
Macros
Bitstream filter not found.
More...
Internal bug, also see AVERROR_BUG2.
More...
Immediate exit was requested; the called function should not be restarted.
More...
Generic error in an external library.
More...
Invalid data found when processing input.
More...
Not yet implemented in FFmpeg, patches welcome.
More...
This is semantically identical to AVERROR_BUG it has been introduced in Libav after our AVERROR_BUG and with a modified value.
More...
Unknown error, typically from an external library.
More...
Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it.
More...
Input changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_OUTPUT_CHANGED)
More...
Output changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_INPUT_CHANGED)
More...
Convenience macro, the return value should be used only directly in function arguments but never stand-alone.
More...
Functions
int
av_strerror (int errnum, char *errbuf, size_t errbuf_size)
Put a description of the AVERROR code errnum in errbuf.
More...
Fill the provided buffer with a string containing an error string corresponding to the AVERROR code errnum.
More...
Detailed Description
error code definitions
Definition in file error.h.