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