summaryrefslogtreecommitdiff
path: root/src/AS_DCP_JP2K.cpp
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2021-05-11 14:14:01 -0700
committerGitHub <noreply@github.com>2021-05-11 14:14:01 -0700
commitb71135239b4710bcdccd88adde161acf954706cb (patch)
tree4cfa2c5123fac71f75178247c80911856e3087be /src/AS_DCP_JP2K.cpp
parent8c51d30f81cc4a123ec75be93e67cedb48982e40 (diff)
parent794d14855362ca5e3d5a99ed9bf86bd506a172c1 (diff)
Merge pull request #32 from cth103/warning-fixes
Warning fixes
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 6ad9eef..9be5a33 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)
{