[FFmpeg-devel] [PATCH] libavcodec/amfenc: Update AMF encoder options

Mark Thompson sw at jkqxz.net
Sun Mar 17 19:07:36 EET 2024


On 14/03/2024 10:51, Araz Iusubov wrote:
> The encoder options have been updated to the current version of the AMF.
> 
> Signed-off-by: Araz Iusubov <Primeadvice at gmail.com>
> ---
>   libavcodec/amfenc.c      |   1 +
>   libavcodec/amfenc.h      |   4 +
>   libavcodec/amfenc_av1.c  | 154 +++++++++++++++++++++++++-------------
>   libavcodec/amfenc_h264.c | 155 +++++++++++++++++++++++++-------------
>   libavcodec/amfenc_hevc.c | 158 ++++++++++++++++++++++++++-------------
>   5 files changed, 314 insertions(+), 158 deletions(-)

This needs more explanation.  What is different about the current version and why does it require these changes?

The change is also mixing cosmetic changes and refactoring of some existing elements with addition of new options; ideally you would want to split this into multiple patches for each change.

Thanks,

- Mark


More information about the ffmpeg-devel mailing list