diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-06-24 10:18:30 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-24 10:18:30 +0200 |
commit | 565dc0e283a8480327313ffa5c1dc1931c08c456 (patch) | |
tree | 4bd96178940805e942eb7c14edafb4fba81cb7b6 /doc | |
parent | e5bce8b4ce7b1f3a83998febdfa86a3771df96ce (diff) | |
download | ffmpeg-565dc0e283a8480327313ffa5c1dc1931c08c456.tar.gz |
avfilter/vf_overlay: add auto format mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 11092a8d70..010d9f65c6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10761,6 +10761,9 @@ force packed RGB output @item gbrp force planar RGB output + +@item auto +automatically pick format @end table Default value is @samp{yuv420}. |