diff options
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index fef5e2a99..1b281f718 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -28,6 +28,7 @@ using std::cout; using boost::optional; +/** @return Earliest time of content that the next pass() will emit */ ContentTime Decoder::position () const { |
