diff mbox series

[FFmpeg-devel] doc/filters: note values for format pix_fmts

Message ID CAJp+Fr0tV9y0NVt7q5MvQvDXb3M+-E9wEG=C-fLe+A5sW5REdg@mail.gmail.com
State New
Headers show
Series [FFmpeg-devel] doc/filters: note values for format pix_fmts | expand

Checks

Context Check Description
andriy/configurex86 warning Failed to apply patch
andriy/configureppc warning Failed to apply patch

Commit Message

Arif Driessen Oct. 7, 2021, 10:36 a.m. UTC
Hi,

It took me a while to figure this out, so I think it's worth documenting...

---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 1994467f46..2dbe530f2e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12558,7 +12558,7 @@  It accepts the following parameters:

 @item pix_fmts
 A '|'-separated list of pixel format names, such as
-"pix_fmts=yuv420p|monow|rgb24".
+"pix_fmts=yuv420p|monow|rgb24". See @code{ffmpeg -pix_fmts} for available
values

 @end table