[FFmpeg-devel] [PATCH v8 10/10] fixup graph.c
Niklas Haas
ffmpeg at haasn.xyz
Sun Nov 24 00:19:51 EET 2024
On Thu, 21 Nov 2024 14:19:32 +0100 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> From: Niklas Haas <git at haasn.dev>
>
> ---
> libswscale/graph.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libswscale/graph.c b/libswscale/graph.c
> index cadb5954af..ee9d9847a9 100644
> --- a/libswscale/graph.c
> +++ b/libswscale/graph.c
> @@ -470,7 +470,7 @@ static int init_passes(SwsGraph *graph)
> {
> const SwsFormat src = graph->src;
> const SwsFormat dst = graph->dst;
> - SwsPass *pass = NULL;
> + SwsPass *pass = NULL; /* read from main input image */
> int ret;
>
> if (!ff_fmt_equal(&src, &dst)) {
> --
> 2.47.0
>
Ignore this patch :)
More information about the ffmpeg-devel
mailing list