diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-05 16:39:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-05 16:39:52 +0000 |
| commit | 9173d049cc256efebb6a5bf07ee98e14dc24a350 (patch) | |
| tree | e3ae8218ea6cf2dd275d510cad0a76637b19003c /src/lib/dcp_content.h | |
| parent | cafb88eff225fe37c5ae9e8cd594987edeba023b (diff) | |
Fix insensitive subtitle controls after adding a VF.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index ae8efa65e..18d198fe8 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -38,6 +38,7 @@ public: static int const REFERENCE_AUDIO; static int const REFERENCE_SUBTITLE; static int const NAME; + static int const HAS_SUBTITLES; }; class ContentPart; |
