diff options
Diffstat (limited to 'src/lib/dcp_examiner.h')
| -rw-r--r-- | src/lib/dcp_examiner.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 0e0b3ef83..0d55d4643 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -59,8 +59,8 @@ public: return _name; } - bool has_subtitles () const { - return _has_subtitles; + int captions () const { + return _captions; } bool encrypted () const { @@ -119,7 +119,7 @@ private: bool _has_video; /** true if this DCP has audio content (but false if it has unresolved references to audio content) */ bool _has_audio; - bool _has_subtitles; + int _captions; bool _encrypted; bool _needs_assets; bool _kdm_valid; |
