summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-17 22:16:05 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-17 22:16:05 +0000
commit9fd79fb05fa47833ed431d83d73fd6d9a4a9f774 (patch)
treece80b7905738eb342536f48ebb1712ad0f47ab1f /tools
parentf389d903e967f44a5d6eed60df48bd5a89994bb2 (diff)
Asset -> MXF in some cases.
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpinfo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc
index 48926c01..70c94d8e 100644
--- a/tools/dcpinfo.cc
+++ b/tools/dcpinfo.cc
@@ -5,8 +5,8 @@
#include "dcp.h"
#include "exceptions.h"
#include "reel.h"
-#include "sound_asset.h"
-#include "picture_asset.h"
+#include "sound_mxf.h"
+#include "picture_mxf.h"
#include "subtitle_asset.h"
#include "cpl.h"