Merge pull request #293 from ferdnyc/zmq-cleanup

Remove "dummy" args from ZmqLogger stragglers
This commit is contained in:
Frank Dana
2019-08-06 22:39:13 -04:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1388,7 +1388,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);
}