Comment.
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Jan 2016 23:33:55 +0000 (23:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Jan 2016 23:33:55 +0000 (23:33 +0000)
src/lib/decoder.h

index 9867b79b099a12466790c637ce78011a6867a830..10bb4531032e4d0068340b14c985d9b401ac2fb5 100644 (file)
@@ -57,6 +57,7 @@ protected:
                PASS_REASON_SUBTITLE
        };
 
+       /** @return true if this decoder has already returned all its data and will give no more */
        virtual bool pass (PassReason, bool accurate) = 0;
 };