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

Stefano Sabatini stefano.sabatini-lala
Sat Apr 24 12:40:02 CEST 2010


On date Wednesday 2010-04-14 15:58:44 -0700, Baptiste Coudurier encoded:
> On 04/11/2010 02:02 PM, Stefano Sabatini wrote:
> >On date Sunday 2010-04-11 21:18:23 +0100, M?ns Rullg?rd encoded:
> >>Stefano Sabatini<stefano.sabatini-lala at poste.it>  writes:
> >>
> >>>On date Sunday 2010-04-11 19:44:40 +0100, M?ns Rullg?rd encoded:
> >>>>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?
> >>>
> >>>Reduce the number of keys to type.
> >>
> >>How?  One of those should be enough.
> >
> >Yes you're right.
> >
> 
> Ok.

Applied.
-- 
FFmpeg = Fabulous and Free Magic Patchable Elitarian God



More information about the ffmpeg-devel mailing list