summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-16 16:24:07 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-16 16:24:07 +0100
commit81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1 (patch)
tree41609bbfaf9364b615d6d2178ebea9f3da4451a2 /src/dcp.h
parentf98f4f58e0b76cf60747897cbb8e488d8e29597a (diff)
Always use ID in custom filenames.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 2f297d82..e2919a38 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -113,7 +113,7 @@ public:
Standard standard,
XMLMetadata metadata = XMLMetadata (),
boost::shared_ptr<const CertificateChain> signer = boost::shared_ptr<const CertificateChain> (),
- NameFormat name_format = NameFormat("%t_%i")
+ NameFormat name_format = NameFormat("%t")
);
void resolve_refs (std::list<boost::shared_ptr<Asset> > assets);