X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=9867b79b099a12466790c637ce78011a6867a830;hb=d2728b07a42b0da60effd259b508761e670c0789;hp=9e5573662e8acb82f4d71f9c26f22cd99d124044;hpb=9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 9e5573662..9867b79b0 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -57,7 +57,7 @@ protected: PASS_REASON_SUBTITLE }; - virtual bool pass (PassReason) = 0; + virtual bool pass (PassReason, bool accurate) = 0; }; #endif