[FFmpeg-devel] [PATCH 2/4] Implement ffserver.c:report_config_error() and a macro for logging error messages / updating the error count.

Måns Rullgård mans
Sun Apr 11 20:44:40 CEST 2010


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> +#define ERROR(fmt, ...) report_config_error(filename, line_num, &errors, fmt)
> +#define VERROR(fmt, ...) report_config_error(filename, line_num, &errors, fmt, __VA_ARGS__)

What is the purpose of these two macros?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list