ffserver: rm whitespace c&p leftovers from macro
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
e19ea0218a
commit
5c1acf0a09
@ -42,8 +42,8 @@ static void report_config_error(const char *filename, int line_num,
|
|||||||
int log_level, int *errors, const char *fmt,
|
int log_level, int *errors, const char *fmt,
|
||||||
...);
|
...);
|
||||||
|
|
||||||
#define ERROR(...) report_config_error(config->filename, config->line_num,\
|
#define ERROR(...) report_config_error(config->filename, config->line_num,\
|
||||||
AV_LOG_ERROR, &config->errors, __VA_ARGS__)
|
AV_LOG_ERROR, &config->errors, __VA_ARGS__)
|
||||||
#define WARNING(...) report_config_error(config->filename, config->line_num,\
|
#define WARNING(...) report_config_error(config->filename, config->line_num,\
|
||||||
AV_LOG_WARNING, &config->warnings, __VA_ARGS__)
|
AV_LOG_WARNING, &config->warnings, __VA_ARGS__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user