Revert "Skipping hacks."
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 141b40da0da5e00a5de3289f3077d00c76c158a0..1771551fcf1080cb5bb7b38b5d0744d3992c3d65 100644 (file)
@@ -105,8 +105,6 @@ private:
        AVSampleFormat audio_sample_format () const;
        int bytes_per_audio_sample () const;
 
-       void rough_video_output ();
-       void precise_video_output ();
        void filter_and_emit_video (AVFrame *);
 
        void setup_general ();
@@ -135,7 +133,6 @@ private:
 
        boost::optional<double> _first_video;
        boost::optional<double> _first_audio;
-       boost::optional<double> _last_rough_output;
 
        std::list<boost::shared_ptr<FilterGraph> > _filter_graphs;
 };