This commit is contained in:
@@ -40,8 +40,6 @@ namespace Av
|
||||
Transcoder(Transcoder&&) = delete;
|
||||
Transcoder& operator=(Transcoder&&) = delete;
|
||||
|
||||
bool start();
|
||||
|
||||
using WaitCallback = std::function<void()>;
|
||||
void asyncWaitForData(WaitCallback cb);
|
||||
|
||||
@@ -58,6 +56,8 @@ namespace Av
|
||||
private:
|
||||
static void init();
|
||||
|
||||
void start();
|
||||
|
||||
const std::size_t _id {};
|
||||
const std::filesystem::path _filePath;
|
||||
const TranscodeParameters _parameters;
|
||||
|
||||
Reference in New Issue
Block a user