summaryrefslogtreecommitdiff
path: root/src/AS_DCP_JP2K.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-05-11 14:58:22 -0700
committerjhurst <jhurst@cinecert.com>2021-05-11 14:58:22 -0700
commite5b0a7dbeaaa2b16ea63d7265ed7413f8de2df10 (patch)
tree96cfac1cf70ae0c06bf7e6becc8d0ca9d0214f25 /src/AS_DCP_JP2K.cpp
parentb14d706a72c706c9c59dbdf64a9e41f32465e060 (diff)
parent3ca74908e673c88ca0ef4350fb74df184aab3332 (diff)
merge origin/master
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
-rwxr-xr-xsrc/AS_DCP_JP2K.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp
index a8e7e46..39aaa2a 100755
--- a/src/AS_DCP_JP2K.cpp
+++ b/src/AS_DCP_JP2K.cpp
@@ -284,7 +284,7 @@ static const byte_t s_PixelLayoutXYZ[PixelLayoutSize] = { 0xd8, 0x0c, 0xd9, 0x0c
//
ASDCP::Result_t
ASDCP::JP2K_PDesc_to_MD(const JP2K::PictureDescriptor& PDesc,
- const ASDCP::Dictionary& dict,
+ const ASDCP::Dictionary&,
ASDCP::MXF::GenericPictureEssenceDescriptor& EssenceDescriptor,
ASDCP::MXF::JPEG2000PictureSubDescriptor& EssenceSubDescriptor)
{