summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-21 13:09:10 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-21 13:09:10 +0100
commit6b368187e7bc16cbe0e83858f35990e536c5ccc8 (patch)
treea7ee36003c7974c05a3555dc2a1cbd06dbca13ad /src/lib/decoder.cc
parent5b17eb3a0b0f95417c210ac3f7c3b66b5eac483c (diff)
Partial merge of examine content and thumbnail jobs.
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index d78089265..c398c53a0 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -166,7 +166,7 @@ Decoder::pass ()
_have_setup_video_filters = true;
}
- if (_video_frame >= _fs->dcp_length()) {
+ if (!_ignore_length && _video_frame >= _fs->dcp_length()) {
return true;
}