diff options
author | Clément Bœsch <u@pkh.me> | 2015-08-16 01:22:59 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-08-29 14:57:52 +0200 |
commit | b48d8fa3ac38849eab53cf586467481b256b3a99 (patch) | |
tree | 69b0d1f1f515d1228eae8741622d9828e8f2a304 /doc/filters.texi | |
parent | 8323d9b8afbc0755120cbded0e0259b2ba23977c (diff) | |
download | ffmpeg-b48d8fa3ac38849eab53cf586467481b256b3a99.tar.gz |
avfilter: add allrgb
Signed-off-by: Nicolas George <george@nsup.org>
Signed-off-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5bef4b119c..c9ac107ef6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11722,6 +11722,7 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c @end example @end itemize +@anchor{allrgb} @anchor{allyuv} @anchor{color} @anchor{haldclutsrc} @@ -11730,7 +11731,9 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c @anchor{smptebars} @anchor{smptehdbars} @anchor{testsrc} -@section allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc +@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc + +The @code{allrgb} source returns frames of size 4096x4096 of all rgb colors. The @code{allyuv} source returns frames of size 4096x4096 of all yuv colors. |