diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-17 15:51:16 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-28 11:24:09 -0500 |
commit | afb84857bf539d7cd58c99ff5983df1b4740d9d2 (patch) | |
tree | a0e4aaf4e898e4f58af9cddf239c74673c205f3b /doc/filters.texi | |
parent | bda6f2937ea1be1f6d0d95374b4e9db2a70db288 (diff) | |
download | ffmpeg-afb84857bf539d7cd58c99ff5983df1b4740d9d2.tar.gz |
vf_colorspace: Forbid odd dimensions
This prevents writing past bounds.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b3899b2693..4a4aeca36c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5278,6 +5278,7 @@ colormatrix=bt601:smpte240m @section colorspace Convert colorspace, transfer characteristics or color primaries. +Input video needs to have an even size. The filter accepts the following options: |