MCPcopy Create free account
hub / github.com/coslyk/moonplayer / ffmpegFilePath

Function ffmpegFilePath

src/platform/paths_mac.cpp:31–37  ·  view source on GitHub ↗

FFmpeg's file path

Source from the content-addressed store, hash-verified

29
30// FFmpeg's file path
31QString ffmpegFilePath()
32{
33 static QString filename;
34 if (filename.isNull())
35 filename = QCoreApplication::applicationDirPath() + QStringLiteral("/ffmpeg");
36 return filename;
37}
38
39// hlsdl's file path
40QString hlsdlFilePath()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected