X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=45a4999ddcf769781bd87c8a577264b6511a6e06;hb=913bb4e71f287ec7fc050ba5bcf12e3fae26ecfa;hp=16f89b53002b0023dd09e4baa37704aa6b3afdde;hpb=c8a036eb727ceddc64a0304d781c916eb952c001;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 16f89b530..45a4999dd 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -42,4 +42,6 @@ private: std::vector> _subtitles; std::vector>::const_iterator _next; + + dcp::SubtitleStandard _subtitle_standard; };