#include "avutil.h"
#include "avstring.h"
Go to the source code of this file.
Functions | |
int | av_strerror (int errnum, char *errbuf, size_t errbuf_size) |
Puts a description of the AVERROR code errnum in errbuf. |
int av_strerror | ( | int | errnum, | |
char * | errbuf, | |||
size_t | errbuf_size | |||
) |
Puts a description of the AVERROR code errnum in errbuf.
In case of failure the global variable errno is set to indicate the error.
errbuf_size | the size in bytes of errbuf |
Definition at line 22 of file error.c.
Referenced by print_error().