MythTV  master
Functions
mythaverror.cpp File Reference
#include "mythaverror.h"
Include dependency graph for mythaverror.cpp:

Go to the source code of this file.

Functions

int av_strerror_stdstring (int errnum, std::string &errbuf)
 A quick and dirty C++ equivalent to av_strerror. More...
 
char * av_make_error_stdstring (std::string &errbuf, int errnum)
 A C++ equivalent to av_make_error_string. More...
 

Function Documentation

◆ av_strerror_stdstring()

int av_strerror_stdstring ( int  errnum,
std::string &  errbuf 
)

A quick and dirty C++ equivalent to av_strerror.

The caller must supply the stdstring.

See also
av_strerror

Definition at line 27 of file mythaverror.cpp.

Referenced by av_make_error_stdstring().

◆ av_make_error_stdstring()

char* av_make_error_stdstring ( std::string &  errbuf,
int  errnum 
)