This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 48d63b47bfacc41b0f5f29e060dc142a9752f1ca
Author:     Gyan Doshi <[email protected]>
AuthorDate: Thu Nov 27 12:50:37 2025 +0530
Commit:     Gyan Doshi <[email protected]>
CommitDate: Sun Dec 14 12:41:00 2025 +0530

    doc/filters: list side data types
    
    Doc readers may not have access to, or be able to read source code.
---
 doc/filters.texi | 39 +++++++++++++++++++++++++++++++++++----
 1 file changed, 35 insertions(+), 4 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 464a602f8d..35d2165f47 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -33818,10 +33818,41 @@ data in the frame.
 @end table
 
 @item type
-Set side data type used with all modes. Must be set for @code{select} mode. For
-the list of frame side data types, refer to the @code{AVFrameSideDataType} enum
-in @file{libavutil/frame.h}. For example, to choose
-@code{AV_FRAME_DATA_PANSCAN} side data, you must specify @code{PANSCAN}.
+Set side data type used with all modes. Must be set for @code{select} mode.
+
+Possible values are:
+
+@table @samp
+@item PANSCAN
+@item A53_CC
+@item STEREO3D
+@item MATRIXENCODING
+@item DOWNMIX_INFO
+@item REPLAYGAIN
+@item DISPLAYMATRIX
+@item AFD
+@item MOTION_VECTORS
+@item SKIP_SAMPLES
+@item AUDIO_SERVICE_TYPE
+@item MASTERING_DISPLAY_METADATA
+@item GOP_TIMECODE
+@item SPHERICAL
+@item CONTENT_LIGHT_LEVEL
+@item ICC_PROFILE
+@item S12M_TIMECODE
+@item DYNAMIC_HDR_PLUS
+@item REGIONS_OF_INTEREST
+@item VIDEO_ENC_PARAMS
+@item SEI_UNREGISTERED
+@item FILM_GRAIN_PARAMS
+@item DETECTION_BOUNDING_BOXES
+@item DETECTION_BBOXES
+@item DOVI_RPU_BUFFER
+@item DOVI_METADATA
+@item DYNAMIC_HDR_VIVID
+@item AMBIENT_VIEWING_ENVIRONMENT
+@item VIDEO_HINT
+@end table
 
 @end table
 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to