libavutil/error.c File Reference

#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.


Function Documentation

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.

Parameters:
errbuf_size the size in bytes of errbuf
Returns:
0 on success, a negative value otherwise

Definition at line 22 of file error.c.

Referenced by print_error().


Generated on Tue Apr 20 17:39:55 2010 for FFmpeg by  doxygen 1.5.6