MythTV
master
|
Go to the source code of this file.
Classes | |
class | MythAVFrame |
MythAVFrame little utility class that act as a safe way to allocate an AVFrame which can then be allocated on the heap. More... | |
Functions | |
MPUBLIC int | av_strerror_stdstring (int errnum, std::string &errbuf) |
MPUBLIC char * | av_make_error_stdstring (std::string &errbuf, int errnum) |
MPUBLIC int av_strerror_stdstring | ( | int | errnum, |
std::string & | errbuf | ||
) |
Definition at line 27 of file mythaverror.cpp.
Referenced by av_make_error_stdstring(), AvFormatDecoder::GetFrame(), and MythStreamInfoList::MythStreamInfoList().
MPUBLIC char* av_make_error_stdstring | ( | std::string & | errbuf, |
int | errnum | ||
) |
Definition at line 41 of file mythaverror.cpp.
Referenced by AudioConvertInternal::AudioConvertInternal(), MythCodecContext::CreateDevice(), MHIBitmap::CreateFromMPEG(), AudioOutputUtil::DecodeAudio(), AudioOutput::DecodeAudio(), AudioOutputDigitalEncoder::Encode(), AvFormatDecoder::OpenAVCodec(), AvFormatDecoder::OpenFile(), AvFormatDecoder::ProcessVideoPacket(), MythAVFormatWriter::WriteAudioFrame(), NuppelVideoRecorder::WriteVideo(), and MythAVFormatWriter::WriteVideoFrame().