On Mon, Sep 25, 2017 at 10:04:29AM +0000, Luca Barbato wrote:
> --- a/libavutil/hwcontext_qsv.c
> +++ b/libavutil/hwcontext_qsv.c
> @@ -1029,6 +1029,24 @@ static int 
> qsv_device_derive_from_child(AVHWDeviceContext *ctx,
> +    if (err != MFX_ERR_NONE) {
> +        av_log(ctx, AV_LOG_ERROR, "Error querying an MFX session: "
> +                "%d.\n", err);

Indentation is off; just coalesce the two lines, they're below 80 characters.

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

Reply via email to