[FFmpeg-devel] [PATCH] ffprobe: add -output_format as an alias of -of
Stefano Sabatini
stefasab at gmail.com
Fri Oct 20 20:02:35 EEST 2023
On date Wednesday 2023-10-18 23:45:11 +0200, Stefano Sabatini wrote:
> On date Sunday 2023-10-15 11:29:10 +0200, Stefano Sabatini wrote:
> > Currently we have -of and -print_format, which is a bit confusing. Add
> > -output_format as an alias of -of to match the short name.
> > ---
> > Changelog | 1 +
> > doc/ffprobe.texi | 6 +++---
> > fftools/ffprobe.c | 17 +++++++++--------
> > 3 files changed, 13 insertions(+), 11 deletions(-)
> >
> > diff --git a/Changelog b/Changelog
> > index 259180e190..cceee46215 100644
> > --- a/Changelog
> > +++ b/Changelog
> > @@ -37,6 +37,7 @@ version <next>:
> > - VAAPI AV1 encoder
> > - ffprobe XML output schema changed to account for multiple
> > variable-fields elements within the same parent element
> > +- ffprobe -output_format option added as an alias of -of
>
> Will push tomorrow or later if I see no comments.
Applied.
More information about the ffmpeg-devel
mailing list