[FFmpeg-devel] [PATCH] avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAME

Anton Khirnov anton at khirnov.net
Tue Aug 2 14:58:07 EEST 2022


Quoting James Almer (2022-08-02 13:35:19)
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/Makefile    |  4 +-
>  libavcodec/libaom.c    | 49 +++++++++++++++++++++
>  libavcodec/libaom.h    | 33 ++++++++++++++
>  libavcodec/libaomdec.c | 27 +-----------
>  libavcodec/libaomenc.c | 97 ++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 183 insertions(+), 27 deletions(-)
>  create mode 100644 libavcodec/libaom.c
>  create mode 100644 libavcodec/libaom.h

Not knowing anything about aomenc, this looks reasonable assuming it's
tested and works.

I have a WIP test tool in branch 'recon' in my tree in case you have
trouble testing this.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list