From 3ce37f08e98b9c3a238fb1c9a6184fb7fd4e5667 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 Dec 2012 14:43:16 +0000 Subject: Revert "Skipping hacks." This reverts commit 89319eb1217c8caca80dc22ca770766f6d2f26c0. --- src/lib/ffmpeg_decoder.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') 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 _first_video; boost::optional _first_audio; - boost::optional _last_rough_output; std::list > _filter_graphs; }; -- cgit v1.2.3