diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-08 14:39:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-08 14:39:46 +0100 |
| commit | 97632e5e91fc0e2c0a3dd84ed9a167f79e4bd14d (patch) | |
| tree | ac8bc4c05ef78c4b0df460e707789ff25675548a /src/lib/decoder.cc | |
| parent | d02e03907214808ce9da9eb9a2267ff577e85559 (diff) | |
Fix up black-filling logic.
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 { |
