summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 19:13:30 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 19:13:30 +0100
commit69efa47dbd1684c897f780c80fd68bdc05c817f4 (patch)
treec2395218844d9d5d827f4a6743e5edf51e9b58fe /src/lib/decoder.h
parent221555777b72932c6d9eccdbc37e5b8c1be9d62e (diff)
Rename next -> position in decoders.
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;