diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-15 01:56:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-22 00:27:06 +0200 |
| commit | 93a706be8996dadfd6d307a942f304d4948d6020 (patch) | |
| tree | 1cf4e7dae8d325de2829f81dc39ef0c7a0866dae /src/lib/player_video.cc | |
| parent | e3f056b2c857c0428d9eaca73639b34333311767 (diff) | |
Provide better information on what will happen to JPEG2000 content in inputs (part of #1471).j2k-passthru-information
Diffstat (limited to 'src/lib/player_video.cc')
| -rw-r--r-- | src/lib/player_video.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player_video.cc b/src/lib/player_video.cc index 10e798ed5..1dd64540a 100644 --- a/src/lib/player_video.cc +++ b/src/lib/player_video.cc @@ -224,6 +224,8 @@ PlayerVideo::has_j2k () const { /* XXX: maybe other things */ + /* This and DCPContent::processing_description() need to be kept in sync */ + shared_ptr<const J2KImageProxy> j2k = dynamic_pointer_cast<const J2KImageProxy> (_in); if (!j2k) { return false; |
