X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=3eed4ad24cd5863dddd9197972c3773693c7b7dd;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;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..3eed4ad24 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::Standard _standard; };