AVUNERROR 1091 fftools/cmdutils.c errbuf_ptr = strerror(AVUNERROR(err)); AVUNERROR 2844 fftools/ffprobe.c errbuf_ptr = strerror(AVUNERROR(err)); AVUNERROR 147 libavformat/mmst.c write_result < 0 ? strerror(AVUNERROR(write_result)) : AVUNERROR 256 libavformat/mmst.c read_result, strerror(AVUNERROR(read_result))); AVUNERROR 276 libavformat/mmst.c read_result < 0 ? strerror(AVUNERROR(read_result)) : AVUNERROR 297 libavformat/mmst.c read_result < 0 ? strerror(AVUNERROR(read_result)) : AVUNERROR 334 libavformat/mmst.c read_result < 0 ? strerror(AVUNERROR(read_result)) : AVUNERROR 283 libavformat/network.c ret = AVUNERROR(ff_neterrno()); AVUNERROR 204 libavformat/tls_securetransport.c switch(AVUNERROR(read)) { AVUNERROR 232 libavformat/tls_securetransport.c switch(AVUNERROR(written)) { AVUNERROR 96 libavformat/unix.c if (s->listen && AVUNERROR(ret) != EADDRINUSE) AVUNERROR 120 libavutil/error.c ret = AVERROR(strerror_r(AVUNERROR(errnum), errbuf, errbuf_size));