From 294ce598c81d78ee928892e0b140a8f206a0debf Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期二, 10 三月 2020 10:12:53 +0800 Subject: [PATCH] bug fixed --- csrc/ffmpeg/log/log.hpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csrc/ffmpeg/log/log.hpp b/csrc/ffmpeg/log/log.hpp index b61edfe..a7d9f54 100644 --- a/csrc/ffmpeg/log/log.hpp +++ b/csrc/ffmpeg/log/log.hpp @@ -3,6 +3,7 @@ namespace logif{ void CreateLogger(const char *dir, const char *name, const bool show_stdout); + void CreateLogger(const char *name, const bool show_stdout); void DestroyLogger(); void logIt(const char *fmt, ...); -- Gitblit v1.8.0