Hopefully fix seek back/forward.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 2e64d8801104471a84fde174f8add41e5cd0c6e6..eebf75445c24ec402b8d89a678a64df28b009827 100644 (file)
@@ -50,8 +50,7 @@ public:
        ~FFmpegDecoder ();
 
        void pass ();
-       void seek (VideoContent::Frame);
-       void seek_back ();
+       void seek (VideoContent::Frame, bool);
        bool done () const;
 
 private:
@@ -67,7 +66,6 @@ private:
 
        AVSampleFormat audio_sample_format () const;
        int bytes_per_audio_sample () const;
-       void do_seek (VideoContent::Frame, bool, bool);
 
        bool decode_video_packet ();
        void decode_audio_packet ();