summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-29 23:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-29 23:15:26 +0100
commit49fc9b8c4282d0e973ac1f4e31357735cf6be218 (patch)
tree45c8818a324d5628d70de82e80aed2441ea06b7e /src/lib/util.h
parentf4964573a60155545e02cbbebc47199f7480cf14 (diff)
Add reel index/count to DCP filename format.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index c94d0fc9f..b3621bb13 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -74,8 +74,8 @@ extern int stride_round_up (int, int const *, int);
extern void* wrapped_av_malloc (size_t);
extern void set_backtrace_file (boost::filesystem::path);
extern std::map<std::string, std::string> split_get_request (std::string url);
-extern std::string video_asset_filename (boost::shared_ptr<dcp::PictureAsset> asset);
-extern std::string audio_asset_filename (boost::shared_ptr<dcp::SoundAsset> asset);
+extern std::string video_asset_filename (boost::shared_ptr<dcp::PictureAsset> asset, int reel_index, int reel_count);
+extern std::string audio_asset_filename (boost::shared_ptr<dcp::SoundAsset> asset, int reel_index, int reel_count);
extern float relaxed_string_to_float (std::string);
extern bool string_not_empty (std::string);