diff options
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index edb532b9c..b550bf5cb 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -72,6 +72,8 @@ public: */ virtual Time next () const = 0; + virtual bool done () const = 0; + protected: /** The Film that we are decoding in */ |
