First cut.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 1bb14ce9cfca0ea6d0ba2392c06b0e06b30725be..2a4d40b1d81be34879c85aaebcb8fffc80e47812 100644 (file)
@@ -111,9 +111,7 @@ private:
        AVSampleFormat audio_sample_format () const;
        int bytes_per_audio_sample () const;
 
-       void out_with_sync ();
-       void filter_and_emit_video (AVFrame *);
-       double frame_time () const;
+       void filter_and_emit_video ();
 
        void setup_general ();
        void setup_video ();
@@ -143,9 +141,6 @@ private:
 
        AVPacket _packet;
 
-       boost::optional<double> _first_video;
-       boost::optional<double> _first_audio;
-
        std::list<boost::shared_ptr<FilterGraph> > _filter_graphs;
        boost::mutex _filter_graphs_mutex;
 };