Check _inter_size in ::has_j2k() (fixes #2086).
[dcpomatic.git] / src / lib / ffmpeg_encoder.h
index 710364b013840779d0fb80fdd204ca7d57960e75..f450c8022de62e53f05540a3060a392b9799c05e 100644 (file)
@@ -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;
        }