diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-03-25 17:17:37 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-04-02 17:07:51 +0200 |
commit | 9d140ecaf80762aa13a71ea528ec4431e0355ed1 (patch) | |
tree | 5387672621d4e542a4e3de0d4a21f1771cba192c /libavcodec/hevc_mp4toannexb_bsf.c | |
parent | 774d358e0fd520ab9503447c5f8f5e1633b96e39 (diff) | |
download | ffmpeg-9d140ecaf80762aa13a71ea528ec4431e0355ed1.tar.gz |
lavfi/unsharp: clarify invalid filter param constraints
Clarify failure in case of x/y building a too big matrix.
Example:
$ ffmpeg -hide_banner -f lavfi -i color=c=white:size=640x360,unsharp=lx=5:ly=23 -f null -t 1 -
[Parsed_unsharp_1 @ 0x5650e1c30240] luma matrix size (lx/2+ly/2)*2=26 greater than maximum value 25
color=c=white:size=640x360,unsharp=lx=5:ly=23: Invalid argument
Fix trac issue:
http://trac.ffmpeg.org/ticket/6033
Diffstat (limited to 'libavcodec/hevc_mp4toannexb_bsf.c')
0 files changed, 0 insertions, 0 deletions