Hi ffmpeg-devel, This is my first time submitting a patch, so I hope I'm on the right track.
I noticed that not all of the -vf colormatrix options described in ffmpeg -h filter=colormatrix are included in the docs at https://ffmpeg.org/ffmpeg-all.html#colormatrix. Therefore, I've added the missing options. I've attached the patch (via git format-patch -1), here are the contents directly: >From 0bdaddb3ab2d96a975ac29307ecd2bd7a3ab177c Mon Sep 17 00:00:00 2001 > From: Katherine Nagels <kfnag...@gmail.com> > Date: Sun, 12 Mar 2017 09:39:47 +1300 > Subject: [PATCH] Update colormatrix values --- > doc/filters.texi | 15 ++++++++++++--- > 1 file changed, 12 insertions(+), 3 deletions(-) diff --git > a/doc/filters.texi b/doc/filters.texi > index 192a81a..950ff81 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -5260,15 +5260,24 @@ The accepted values are: > @item bt709 > BT.709 > > +@item fcc > +FCC > + > @item bt601 > BT.601 > > +@item bt470 > +BT.470 > + > +@item bt470bg > +BT.470BG > + > +@item smpte170m > +SMPTE-170M > + > @item smpte240m > SMPTE-240M > > -@item fcc > -FCC > - > @item bt2020 > BT.2020 > @end table > -- > 2.7.4 Thank you. Best, Katherine
From 0bdaddb3ab2d96a975ac29307ecd2bd7a3ab177c Mon Sep 17 00:00:00 2001 From: Katherine Nagels <kfnag...@gmail.com> Date: Sun, 12 Mar 2017 09:39:47 +1300 Subject: [PATCH] Update colormatrix values --- doc/filters.texi | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 192a81a..950ff81 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5260,15 +5260,24 @@ The accepted values are: @item bt709 BT.709 +@item fcc +FCC + @item bt601 BT.601 +@item bt470 +BT.470 + +@item bt470bg +BT.470BG + +@item smpte170m +SMPTE-170M + @item smpte240m SMPTE-240M -@item fcc -FCC - @item bt2020 BT.2020 @end table -- 2.7.4
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel