[FFmpeg-devel] [PATCH] Replace dprintf with av_dlog

Diego Biurrun diego
Sat Jan 29 20:28:05 CET 2011


On Sat, Jan 29, 2011 at 08:11:43PM +0100, Luca Barbato wrote:
> dprintf clashes with POSIX.1-2008

OK

> --- a/libavutil/log.h
> +++ b/libavutil/log.h
> @@ -136,6 +136,17 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl);
>  /**
> + * av_dlog macros
> + * useful to print debug messages that shouldn't get compiled in normally
> + */

nit: Capitalize this sentence and end in a period.

Diego



More information about the ffmpeg-devel mailing list