X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fffmpeg_decoder.h;h=141b40da0da5e00a5de3289f3077d00c76c158a0;hb=89319eb1217c8caca80dc22ca770766f6d2f26c0;hp=1771551fcf1080cb5bb7b38b5d0744d3992c3d65;hpb=2247247a5294af70890cf68f3f9be930f3729d95;p=dcpomatic.git 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 _first_video; boost::optional _first_audio; + boost::optional _last_rough_output; std::list > _filter_graphs; };