MythTV
master
|
Go to the source code of this file.
Functions | |
MPUBLIC int | av_strerror_stdstring (int errnum, std::string &errbuf) |
A quick and dirty C++ equivalent to av_strerror. More... | |
MPUBLIC char * | av_make_error_stdstring (std::string &errbuf, int errnum) |
A C++ equivalent to av_make_error_string. More... | |
MPUBLIC std::string | av_make_error_stdstring (int errnum) |
A C++ equivalent to av_make_error_string() which does not need an input buffer, similar to FFmpeg's av_err2str() macro. More... | |
MPUBLIC std::string | av_make_error_stdstring_unknown (int errnum) |
MPUBLIC int av_strerror_stdstring | ( | int | errnum, |
std::string & | errbuf | ||
) |
A quick and dirty C++ equivalent to av_strerror.
The caller must supply the stdstring.
Definition at line 27 of file mythaverror.cpp.
Referenced by av_make_error_stdstring().
MPUBLIC char* av_make_error_stdstring | ( | std::string & | errbuf, |
int | errnum | ||
) |
A C++ equivalent to av_make_error_string.
The caller must supply the stdstring so that the data pointer remains valid after this function returns.
Definition at line 42 of file mythaverror.cpp.
Referenced by AudioConvertInternal::AudioConvertInternal(), MythCodecContext::CreateDevice(), MHIBitmap::CreateFromMPEG(), AudioOutputUtil::DecodeAudio(), AudioOutput::DecodeAudio(), AvFormatDecoder::do_av_seek(), AudioOutputDigitalEncoder::Encode(), TextSubtitleParser::LoadSubtitles(), AvFormatDecoder::OpenAVCodec(), AvFormatDecoder::OpenFile(), AvFormatDecoder::ProcessVideoPacket(), MythAVFormatWriter::WriteAudioFrame(), and MythAVFormatWriter::WriteVideoFrame().
|
inline |
A C++ equivalent to av_make_error_string() which does not need an input buffer, similar to FFmpeg's av_err2str() macro.
Definition at line 35 of file mythaverror.h.
|
inline |
Definition at line 47 of file mythaverror.h.
Referenced by AvFormatDecoder::GetFrame(), and MythStreamInfoList::MythStreamInfoList().