More noncopyable.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 73edcccb43ec562162825f4e82b3331d9abceaa6..fa318e56828eb9140555c6c6ea72a48b7eab0c57 100644 (file)
@@ -57,10 +57,6 @@ public:
 private:
        friend class ::ffmpeg_pts_offset_test;
 
-       /* No copy construction */
-       FFmpegDecoder (FFmpegDecoder const &);
-       FFmpegDecoder& operator= (FFmpegDecoder const &);
-
        static double compute_pts_offset (double, double, float);
 
        void setup_subtitle ();