rendertask: initialize nb_frames
The code path doesn't ever use this value uninitialized, but GCC is unaware and still presents a warning.
This commit is contained in:
@@ -83,7 +83,7 @@ void RenderTask::Render(const TimeRangeList& video_range,
|
||||
|
||||
// Get hashes for each frame and group likes together
|
||||
int progress_counter = 0;
|
||||
int nb_frames;
|
||||
int nb_frames = 0;
|
||||
|
||||
QMap<QByteArray, rational> times_to_render;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user