oiiodecoder: always add 1 frame to image sequences so the end frame is shown
This commit is contained in:
@@ -108,7 +108,7 @@ bool OIIODecoder::Probe(Footage *f, const QAtomicInt *cancelled)
|
||||
|
||||
video_stream->set_start_time(start_index);
|
||||
|
||||
video_stream->set_duration(end_index - start_index);
|
||||
video_stream->set_duration(end_index - start_index + 1);
|
||||
} else {
|
||||
image_stream = std::make_shared<ImageStream>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user