File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ void Logger::setLogLevel( const int level )
24
24
av_log_set_level ( level );
25
25
}
26
26
27
- void Logger::log ( int level, const std::string& msg )
27
+ void Logger::log ( const int level, const std::string& msg )
28
28
{
29
29
std::string avTranscoderMsg ( " [avTranscoder - " );
30
30
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class AvExport Logger
85
85
* @param msg: the message will be prefixed by '[avTranscoder - <level>]'
86
86
* @param msg: the message will be suffixed by '\n'
87
87
*/
88
- static void log ( int level, const std::string& msg );
88
+ static void log ( const int level, const std::string& msg );
89
89
90
90
/* *
91
91
* @brief Log ffmpeg/libav and avtranscoder informations in a text file.
You can’t perform that action at this time.
0 commit comments