From 97632e5e91fc0e2c0a3dd84ed9a167f79e4bd14d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 May 2017 14:39:46 +0100 Subject: Fix up black-filling logic. --- src/lib/decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/decoder.cc') 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 { -- cgit v1.2.3