Hi,
On Sat, Aug 31, 2024 at 12:31 PM James Almer <[email protected]> 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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".