X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_encoder.h;h=393a6d72eaa58bd1d09670015315a43a18097824;hb=1a721b82d4094c00ee89574e17c58c23c0de8cdd;hp=710364b013840779d0fb80fdd204ca7d57960e75;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 710364b01..393a6d72e 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 current_rate () const; - Frame frames_done () const; - bool finishing () const { + boost::optional current_rate () const override; + Frame frames_done () const override; + bool finishing () const override { return false; } @@ -73,7 +73,7 @@ private: void audio (std::shared_ptr); private: - std::map > _encoders; + std::map> _encoders; }; int _output_audio_channels;