diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-05 22:27:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 09:29:59 +0200 |
| commit | 1b998e92e4313e728389a39408bd67919649c5cb (patch) | |
| tree | 58dffdfea4f1b9bfa5b2acc6b1126ad405de013d /src/lib/ffmpeg_decoder.h | |
| parent | d067680769d0be2931605caeebc03ea9e77c6aa7 (diff) | |
fixup! WIP: allow Piece to take multiple content/decoder.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index f15257f98..f39aa7073 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -46,12 +46,12 @@ class FFmpegDecoder : public FFmpeg, public Decoder public: FFmpegDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const FFmpegContent>); - bool pass () override; void seek (dcpomatic::ContentTime time, bool) override; private: friend struct ::ffmpeg_pts_offset_test; + bool do_pass () override; bool flush (); static std::shared_ptr<AudioBuffers> deinterleave_audio (AVFrame* frame); |
