Hi,

On Thu, Jun 2, 2011 at 2:13 PM, Diego Biurrun <[email protected]> wrote:
> +#ifdef DEBUG
> +#define AV_DEBUG(...)
> +#else
> +#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__)
> +#endif

Why not just change this to av_dlog()?

Rest of the patch OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to