]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10
authorSteven Liu <lq@chinaffmpeg.org>
Tue, 21 Apr 2020 14:54:39 +0000 (22:54 +0800)
committerJosh de Kock <josh@itanimul.li>
Wed, 29 Apr 2020 12:48:02 +0000 (13:48 +0100)
commitd813e43b3da7a92468e3e78f05972408bfd5de67
tree82f97430471c1cb8c864be6aac7472399870adc2
parente3510fb1780924d248cd2527c662a0f5ec71ed05
avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10

Because not every user know about in_pad and out_pad reasonable value range
so maybe try to set 1.0, but setting 1.0 is so hugh to get an fatal error.

Suggested-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
doc/filters.texi
libavfilter/vf_v360.c