Review from CodeFactor
This commit is contained in:
@@ -48,7 +48,6 @@ namespace Av
|
|||||||
void visitAttachedPictures(std::function<void(const Picture&)> func) const override;
|
void visitAttachedPictures(std::function<void(const Picture&)> func) const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
const std::filesystem::path _p;
|
const std::filesystem::path _p;
|
||||||
AVFormatContext* _context {};
|
AVFormatContext* _context {};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ namespace Av
|
|||||||
TranscodeResourceHandler(const std::filesystem::path& trackPath, const TranscodeParameters& parameters);
|
TranscodeResourceHandler(const std::filesystem::path& trackPath, const TranscodeParameters& parameters);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
Wt::Http::ResponseContinuation* processRequest(const Wt::Http::Request& request, Wt::Http::Response& reponse) override;
|
Wt::Http::ResponseContinuation* processRequest(const Wt::Http::Request& request, Wt::Http::Response& reponse) override;
|
||||||
|
|
||||||
static constexpr std::size_t _chunkSize {32768};
|
static constexpr std::size_t _chunkSize {32768};
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ Transcoder::Transcoder(const std::filesystem::path& filePath, const TranscodePar
|
|||||||
, _filePath {filePath}
|
, _filePath {filePath}
|
||||||
, _parameters {parameters}
|
, _parameters {parameters}
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Transcoder::~Transcoder() = default;
|
Transcoder::~Transcoder() = default;
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
class ChildProcessManager : public IChildProcessManager
|
class ChildProcessManager : public IChildProcessManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
ChildProcessManager();
|
ChildProcessManager();
|
||||||
~ChildProcessManager();
|
~ChildProcessManager();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user