On Sat, Jun 10, 2017 at 4:47 PM, Diego Biurrun <di...@biurrun.de> wrote:
>
>  /**
>   * Get the current log level
> @@ -222,7 +222,7 @@ void av_log_set_level(int level);
>   *
>   * @param callback A logging function with a compatible signature.
>   */
> -void av_log_set_callback(void (*callback)(void*, int, const char*, va_list));
> +void av_log_set_callback(void (*callback)(const void *, int, const char *, 
> va_list));
>

Doesn't that break every caller of av_log_set_callback because they
now have a mis-matching function signature?

- Hendrik
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to