diff options
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 710364b01..f450c8022 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -42,11 +42,11 @@ public: int x264_crf ); - void go (); + void go () override; - boost::optional<float> current_rate () const; - Frame frames_done () const; - bool finishing () const { + boost::optional<float> current_rate () const override; + Frame frames_done () const override; + bool finishing () const override { return false; } |
