[FFmpeg-devel] [PATCH] avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAME
James Almer
jamrial at gmail.com
Tue Aug 2 16:50:02 EEST 2022
On 8/2/2022 8:58 AM, Anton Khirnov wrote:
> 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.
Tested with that tool and confirmed working, so applied.
Thanks.
More information about the ffmpeg-devel
mailing list