various: fixed issues on some compilers

This commit is contained in:
itsmattkc
2020-08-06 01:50:49 +10:00
parent fa02430d48
commit a34d696138
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -41,6 +41,8 @@ class Preset
public:
Preset() = default;
virtual ~Preset(){}
const QString& GetName() const
{
return name_;
+1 -1
View File
@@ -86,7 +86,7 @@ void RenderTask::Render(const TimeRangeList& video_range,
QVector<rational> times;
QVector<QByteArray> hashes;
std::list<HashTimePair> frame_queue;
qint64 hash_job_time;
qint64 hash_job_time = 0;
if (!video_range.isEmpty()) {
times = viewer()->video_frame_cache()->GetFrameListFromTimeRange(video_range);