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