diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index a8bfd2a38..81ca14f7f 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -401,6 +401,8 @@ FFmpegDecoder::seek (ContentTime time, bool accurate) { Decoder::seek (time, accurate); + _flush_state = FlushState::CODECS; + /* If we are doing an `accurate' seek, we need to use pre-roll, as we don't really know what the seek will give us. */ |
