[FFmpeg-devel] [PATCH v2] avcodec/mfenc: add support for AV1 MF encoders

Martin Storsjö martin at martin.st
Wed Oct 9 15:07:39 EEST 2024


On Wed, 9 Oct 2024, Dash Santosh wrote:

> From 83e8cfa99bcb13965421fb32c1feb4c792649c22 Mon Sep 17 00:00:00 2001
> From: Min Chen <chenm003 at 163.com>
> Date: Fri, 4 Oct 2024 23:04:04 +0530
> Subject: [PATCH] avcodec/mfenc: add support for AV1 MF encoders
> X-Unsent: 1
> To: ffmpeg-devel at ffmpeg.org
>
> Signed-off-by: Dash Santosh <santdas36 at gmail.com>
> ---
> configure              | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/mf_utils.c  | 2 ++
> libavcodec/mf_utils.h  | 1 +
> libavcodec/mfenc.c     | 1 +
> 5 files changed, 6 insertions(+)

I'm not sure how you've sent the patch, but I fail to apply it:

Applying: avcodec/mfenc: add support for AV1 MF encoders
error: corrupt patch at line 58
error: could not build fake ancestor
Patch failed at 0001 avcodec/mfenc: add support for AV1 MF encoders

Patchwork seems to have the same experience: 
https://patchwork.ffmpeg.org/project/ffmpeg/patch/CAEyVe9tZNUJ_p_9VUwmbiTQ6eZtMt1EMUtq9nzUW8BQdaHhK2w@mail.gmail.com/

> Failed to apply patch

If unable to send the patch inline in a way that is possible to apply, you 
can always send a patch (from git format-patch) as an attachment, that 
should make it through uncorrupted.

// Martin



More information about the ffmpeg-devel mailing list