diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-01-30 16:00:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-01-31 10:54:03 +0100 |
commit | 3405d6c7bc06645869b3e046dd220ef374d9a04b (patch) | |
tree | a377c372d8574e0ee058285e4f87c9cf40b120ad /doc/filters.texi | |
parent | 12f7c091e8044a70c8d0d4cca156bf3223c2ad5d (diff) | |
download | ffmpeg-3405d6c7bc06645869b3e046dd220ef374d9a04b.tar.gz |
avfilter/overlay: add gbrp output format
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 6e01df9fb5..cd8e90e354 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10201,7 +10201,10 @@ force YUV422 output force YUV444 output @item rgb -force RGB output +force packed RGB output + +@item gbrp +force planar RGB output @end table Default value is @samp{yuv420}. |