Hi,

On Mon, Apr 18, 2011 at 5:53 PM, Diego Biurrun <[email protected]> wrote:
> -void av_log_ask_for_sample(void *avc, const char *msg)
> +void av_log_ask_for_sample(void *avc, const char *msg, ...)
>  {
>     if (msg)
>         av_log(avc, AV_LOG_WARNING, "%s ", msg);

I don't think this is sufficient to make it work. Please see the
av_log() function implementations on how to do this. :-).

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

Reply via email to