diff options
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 711f047d1..cab1a979f 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -147,7 +147,7 @@ VideoDecoder::fill_2d (VideoFrame from, VideoFrame to) VideoFrame filler_frame = from; - while (filler_frame < (to - 1)) { + while (filler_frame < to) { #ifdef DCPOMATIC_DEBUG test_gaps++; |
