diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-23 07:07:26 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-08-02 14:13:59 +0200 |
commit | 49a14a7616d835865c46376d3548356064d89514 (patch) | |
tree | 77b387a3f0a63839cc96d75ceb2e38129d0a65eb /doc | |
parent | ff6c92447d85397f479636dd277c9bbd10a9f3e4 (diff) | |
download | ffmpeg-streaming-49a14a7616d835865c46376d3548356064d89514.zip ffmpeg-streaming-49a14a7616d835865c46376d3548356064d89514.tar.gz |
avfilter: add allyuv source filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-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 4c4beea..f20f68b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11469,6 +11469,7 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c @end example @end itemize +@anchor{allyuv} @anchor{color} @anchor{haldclutsrc} @anchor{nullsrc} @@ -11476,7 +11477,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 color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc +@section allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc + +The @code{allyuv} source returns frames of size 4096x4096 of all yuv colors. The @code{color} source provides an uniformly colored input. |