[FFmpeg-devel] [PATCH 03/13] avcodec/decode: support applying LCEVC enhacements
Ronald S. Bultje
rsbultje at gmail.com
Mon Sep 2 23:10:12 EEST 2024
Hi,
On Sat, Aug 31, 2024 at 12:31 PM James Almer <jamrial at gmail.com> wrote:
> --- a/libavcodec/options_table.h
> +++ b/libavcodec/options_table.h
> @@ -93,6 +93,7 @@ static const AVOption avcodec_options[] = {
>
[..]
> {"film_grain", "export film grain parameters through frame side data", 0,
> AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_EXPORT_DATA_FILM_GRAIN}, INT_MIN,
> INT_MAX, V|D, .unit = "export_side_data"},
> +{"enhancements", "export film grain parameters through frame side data",
> 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_EXPORT_DATA_ENHANCEMENTS}, INT_MIN,
> INT_MAX, V|D, .unit = "export_side_data"},
>
Copy/paste typo? Maybe change to "export stream enhancements through frame
side data".
Ronald
More information about the ffmpeg-devel
mailing list