summaryrefslogtreecommitdiff
path: root/src/AS_DCP_MXF.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-06 20:06:14 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-11 01:28:41 +0200
commit8b3a282e00d907320123e450ac6faee29cfe0e4d (patch)
tree61da682be6952af255c1c3e900db6a67f76ce87a /src/AS_DCP_MXF.cpp
parent1b64c426f5bb727217984d353c5c3671f9bc4eed (diff)
Remove some unused variables.
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
-rwxr-xr-xsrc/AS_DCP_MXF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp
index c478f2f..9cb4c15 100755
--- a/src/AS_DCP_MXF.cpp
+++ b/src/AS_DCP_MXF.cpp
@@ -234,7 +234,6 @@ ASDCP::EssenceType(const std::string& filename, EssenceType_t& type)
if (ASDCP_SUCCESS(TestHeader.GetMDObjectByType(OBJ_TYPE_ARGS(RGBAEssenceDescriptor))) )
{
MXF::RGBAEssenceDescriptor *rgba_descriptor = 0;
- char buf[64];
if ASDCP_SUCCESS(TestHeader.GetMDObjectByType(m_Dict->ul(MDD_RGBAEssenceDescriptor), reinterpret_cast<MXF::InterchangeObject**>(&rgba_descriptor)))
{