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-12-26 21:36:29 +0100
commit6978a5b91c46ff1b4b70d81e30eebc848093e08d (patch)
tree8b8dc512b111ddb26fa54a34f448114c68dfecfa /src/AS_DCP_MXF.cpp
parentd8a09e3eab154c8600084bad91f5cec51237b9a5 (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 d3606fe..da91b36 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)))
{