[FFmpeg-devel] [PATCH] avfilter/qsvvpp: Work around a bug in MSDK where VPP processing hangs under certain conditions

Moritz Barsnick barsnick at gmx.net
Mon May 25 01:03:49 EEST 2020


I don't understand functionally, but:

On Sun, May 24, 2020 at 12:13:07 +0000, Soft Works wrote:
> +    int height_align_adjust = 0;
>      int i, ret;
>
> +
>      /* check that we have a hw context */

Stray line.

>
> +    in_format     = in_frames_ctx->sw_format;
>      in_format     = in_frames_ctx->sw_format;

What happened here? A line got duplicated?

Moritz.


More information about the ffmpeg-devel mailing list