X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=828ac66a20af1cbbff7785f039b9c1fd8a32bddb;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hp=9d69f743a33d6c08d3efae5af36329a4278cb709;hpb=cbb8260e395058da76b3de518ebc535a114c54b1;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 9d69f743a..828ac66a2 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -56,11 +56,11 @@ public: friend struct ffmpeg_pts_offset_test; friend void ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int gaps, int video_length); - boost::optional position (std::shared_ptr) const { + boost::optional position (std::shared_ptr) const override { return _position; } - void seek (); + void seek () override; void emit (std::shared_ptr film, std::shared_ptr, Frame frame); boost::signals2::signal Data;