quiet cppcheck by adding overrides
parent
e5d4665a42
commit
c833833a5e
|
@ -92,10 +92,10 @@ class FfmpegCamera : public Camera {
|
||||||
const std::string &Options() const { return mOptions; }
|
const std::string &Options() const { return mOptions; }
|
||||||
const std::string &Method() const { return mMethod; }
|
const std::string &Method() const { return mMethod; }
|
||||||
|
|
||||||
int PrimeCapture();
|
int PrimeCapture() override;
|
||||||
int PreCapture();
|
int PreCapture() override;
|
||||||
int Capture(ZMPacket &p);
|
int Capture(ZMPacket &p) override;
|
||||||
int PostCapture();
|
int PostCapture() override;
|
||||||
private:
|
private:
|
||||||
static int FfmpegInterruptCallback(void*ctx);
|
static int FfmpegInterruptCallback(void*ctx);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue