On date Wednesday 2025-02-19 20:07:56 +0000, softworkz wrote: > From: softworkz <softwo...@hotmail.com> > > Signed-off-by: softworkz <softwo...@hotmail.com> > --- > doc/ffprobe.texi | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi > index ceedc8793b..106d865e18 100644 > --- a/doc/ffprobe.texi > +++ b/doc/ffprobe.texi > @@ -626,6 +626,22 @@ This option automatically sets @option{fully_qualified} > to 1. > > For more information about the XML format, see > @url{https://www.w3.org/XML/}. > + > +@section yaml > +YAML based format. > + > +Each section is printed using YAML notation. > + > +The description of the accepted options follows. > + > +@table @option > + > +@item blank_lines > +If set to 1, blank lines are inserted between sections for > +better readability. Default value is 1. > +@end table > + > +For more information about YAML, see @url{https://yaml.org/}.
I'd move this note before the options description. LGTM otherwise. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".