Remove "dummy" args from ZmqLogger stragglers

I somehow missed a few calls, in #266.
This commit is contained in:
FeRD (Frank Dana)
2019-08-04 16:06:54 -04:00
parent 90a5610441
commit c77f009038
3 changed files with 5 additions and 5 deletions

View File

@@ -1389,7 +1389,7 @@ void FFmpegWriter::open_video(AVFormatContext *oc, AVStream *st) {
av_dict_set(&st->metadata, iter->first.c_str(), iter->second.c_str(), 0);
}
ZmqLogger::Instance()->AppendDebugMethod("FFmpegWriter::open_video", "video_codec->thread_count", video_codec->thread_count, "", -1, "", -1, "", -1, "", -1, "", -1);
ZmqLogger::Instance()->AppendDebugMethod("FFmpegWriter::open_video", "video_codec->thread_count", video_codec->thread_count);
}