ImageReader/ImageWriter: std:: prefixes

This commit is contained in:
FeRD (Frank Dana)
2019-08-04 23:02:36 -04:00
parent b56ebf5765
commit 071fc8caad
4 changed files with 17 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
using namespace openshot;
ImageWriter::ImageWriter(string path) :
ImageWriter::ImageWriter(std::string path) :
path(path), cache_size(8), is_writing(false), write_video_count(0), image_quality(75), number_of_loops(1),
combine_frames(true), is_open(false)
{
@@ -48,7 +48,7 @@ ImageWriter::ImageWriter(string path) :
}
// Set video export options
void ImageWriter::SetVideoOptions(string format, Fraction fps, int width, int height,
void ImageWriter::SetVideoOptions(std::string format, Fraction fps, int width, int height,
int quality, int loops, bool combine)
{
// Set frames per second (if provided)