On Sat, Mar 04, 2017 at 11:57:41PM +0000, Mark Thompson wrote:
> --- a/libavfilter/vf_hwmap.c
> +++ b/libavfilter/vf_hwmap.c
> @@ -59,30 +61,61 @@ static int hwmap_config_output(AVFilterLink *outlink)
> -            if (err < 0)
> +            if (err < 0) {
> +                av_log(avctx, AV_LOG_ERROR, "Failed to create derived "
> +                       "frames context: %d.\n", err);

frame context

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

Reply via email to