Qt/Video*Thread: ZMQ argument stragglers

This commit is contained in:
FeRD (Frank Dana)
2019-10-07 13:34:02 -04:00
parent b7c96ffe21
commit 43efabf102
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ namespace openshot
try
{
if (reader) {
ZmqLogger::Instance()->AppendDebugMethod("VideoCacheThread::run (cache frame)", "position", position, "current_display_frame", current_display_frame, "max_frames", max_frames, "needed_frames", (position - current_display_frame), "", -1, "", -1);
ZmqLogger::Instance()->AppendDebugMethod("VideoCacheThread::run (cache frame)", "position", position, "current_display_frame", current_display_frame, "max_frames", max_frames, "needed_frames", (position - current_display_frame));
// Force the frame to be generated
reader->GetFrame(position);