Working towards better metafile information.

This commit is contained in:
Tadas Baltrusaitis
2017-12-04 11:48:44 +00:00
parent aba30079e6
commit 1d3f32b7df
3 changed files with 31 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ RecorderOpenFace::RecorderOpenFace(const std::string in_filename, RecorderOpenFa
{
// From the filename, strip out the name without directory and extension
filename = path(in_filename).replace_extension("").filename().string();
filename = path(string(in_filename)).replace_extension("").filename().string();
// Consuming the input arguments
bool* valid = new bool[arguments.size()];