diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 141b40da0..1771551fc 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -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; }; |
