summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index b550bf5cb..391b9d19a 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -70,7 +70,7 @@ public:
/** @return Approximate time of the next content that we will emit,
* expressed relative to the start of our source.
*/
- virtual Time next () const = 0;
+ virtual Time position () const = 0;
virtual bool done () const = 0;