|
MythTV master
|
#include "mythaverror.h"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... | |
| 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(), AudioOutput::DecodeAudio(), AudioOutputUtil::DecodeAudio(), AvFormatDecoder::do_av_seek(), AudioOutputDigitalEncoder::Encode(), TextSubtitleParser::LoadSubtitles(), AvFormatDecoder::OpenAVCodec(), AvFormatDecoder::OpenFile(), AvFormatDecoder::ProcessVideoPacket(), MythAVFormatWriter::WriteAudioFrame(), and MythAVFormatWriter::WriteVideoFrame().
| 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().