Fix up black-filling logic.
[dcpomatic.git] / src / lib / decoder.cc
index fef5e2a99f9c64271f95986490ab9f68ab333185..1b281f718fe68e7dfc65d906171ebe1a3a2a4c6f 100644 (file)
@@ -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
 {