[FFmpeg-devel] [PATCH 4/4 v2] avcodec/h264dec: add support for LCEVC enhancement
Anton Khirnov
anton at khirnov.net
Fri Jul 26 10:55:14 EEST 2024
Quoting James Almer (2024-07-22 00:53:50)
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> configure | 2 +-
> libavcodec/avcodec.h | 5 +++++
> libavcodec/h264_picture.c | 1 +
> libavcodec/h264_slice.c | 15 ++++++++++++++
> libavcodec/h264dec.c | 41 ++++++++++++++++++++++++++++++++++++---
> libavcodec/h264dec.h | 3 +++
> 6 files changed, 63 insertions(+), 4 deletions(-)
Does this need to be integrated into individual decoders? Can't the
generic path apply it based on the presence of AV_FRAME_DATA_LCEVC sdide
data and AV_CODEC_EXPORT_DATA_ENHANCEMENTS being set?
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list