diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-16 23:57:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 22:10:11 +0200 |
| commit | d1b4dbb793e2850d032ce3c91f0c91d045ae19dc (patch) | |
| tree | ccf98662a1da3b9fd280b3f44230a569d4277f0c /src/lib/dcp_content.h | |
| parent | 471dee40c1476aba2ff0cff7a57b31306c50b93e (diff) | |
Replace encrypted content with black if we have no key (#2234).
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index d57c0059c..55773b944 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -92,7 +92,7 @@ public: return _kdm; } - bool can_be_played () const; + bool can_be_played () const override; bool needs_kdm () const; bool needs_assets () const; |
