summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-24 23:33:55 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-24 23:33:55 +0000
commitaccc190af4322fb3d75eaa6958d1e80eef867aba (patch)
treec8c2bed7e1a4266cfe15b4eafde296546ffdd04f /src/lib/decoder.h
parent5528d6dfb73a137c620d38dea9e4898e63d93657 (diff)
Comment.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 9867b79b0..10bb45310 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -57,6 +57,7 @@ protected:
PASS_REASON_SUBTITLE
};
+ /** @return true if this decoder has already returned all its data and will give no more */
virtual bool pass (PassReason, bool accurate) = 0;
};