summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-16 14:43:16 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-16 14:43:16 +0000
commit3ce37f08e98b9c3a238fb1c9a6184fb7fd4e5667 (patch)
treeab79f468e93e6093d45c4e9e49c9e3dccad0e6ed /src/lib/ffmpeg_decoder.h
parent89319eb1217c8caca80dc22ca770766f6d2f26c0 (diff)
Revert "Skipping hacks."
This reverts commit 89319eb1217c8caca80dc22ca770766f6d2f26c0.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h3
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;
};