MCPcopy Create free account
hub / github.com/audeering/opensmile / avGetErrorString

Function avGetErrorString

src/ffmpeg/ffmpegSource.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46//-----
47
48static char *avGetErrorString(int errnum)
49{
50 char *errbuf = (char *)malloc(AV_ERROR_MAX_STRING_SIZE);
51 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE);
52 return errbuf;
53}
54
55// RAII wrapper around smileMutex to do initialization/cleanup when used as static variable
56struct sSmileMutexWrapper {

Callers 4

configureWriterMethod · 0.85
openAVCodecContextMethod · 0.85
receiveFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected