diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-15 18:16:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-15 18:16:35 +0000 |
| commit | 89319eb1217c8caca80dc22ca770766f6d2f26c0 (patch) | |
| tree | 32a5837e1f1ecbe370890169d4289fc649173a7a /src/lib/ffmpeg_decoder.h | |
| parent | 0b781dd65a90e617866810ecb3dee27267449f1f (diff) | |
Skipping hacks.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 1771551fc..141b40da0 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -105,6 +105,8 @@ 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 (); @@ -133,6 +135,7 @@ 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; }; |
