You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Various: Remove unused variables (#467)
Several data members and local variables were flagged by static analysis tools as never being used anywhere in the code.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
using namespace openshot;
|
||||
|
||||
ImageWriter::ImageWriter(std::string path) :
|
||||
path(path), cache_size(8), is_writing(false), write_video_count(0), image_quality(75), number_of_loops(1),
|
||||
path(path), cache_size(8), write_video_count(0), image_quality(75), number_of_loops(1),
|
||||
combine_frames(true), is_open(false)
|
||||
{
|
||||
// Disable audio & video (so they can be independently enabled)
|
||||
|
||||
Reference in New Issue
Block a user