[FFmpeg-cvslog] doc/codecs: add missing enhancements value for export_side_data
James Almer
git at videolan.org
Mon Dec 2 17:54:44 EET 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Dec 2 12:34:45 2024 -0300| [cb27e478f721e87d9cb0fbee10c8582720c5ce43] | committer: James Almer
doc/codecs: add missing enhancements value for export_side_data
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb27e478f721e87d9cb0fbee10c8582720c5ce43
---
doc/codecs.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 6bdeb664e7..f6bd50eb71 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -664,6 +664,8 @@ for codecs that support it. At present, those are H.264 and VP9.
@item film_grain
Export film grain parameters through frame side data (see @code{AV_FRAME_DATA_FILM_GRAIN_PARAMS}).
Supported at present by AV1 decoders.
+ at item enhancements
+Export picture enhancement metadata through frame side data, e.g. LCEVC (see @code{AV_FRAME_DATA_LCEVC}).
@end table
@item threads @var{integer} (@emph{decoding/encoding,video})
More information about the ffmpeg-cvslog
mailing list