summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc
index 457cfe47b..38d5dfcb8 100644
--- a/src/lib/video_decoder.cc
+++ b/src/lib/video_decoder.cc
@@ -35,7 +35,7 @@ VideoDecoder::VideoDecoder (shared_ptr<const Film> f)
void
VideoDecoder::video (shared_ptr<const Image> image, bool same, VideoContent::Frame frame)
{
- Video (image, same, frame);
+ Video (image, same, frame);
_video_position = frame + 1;
}