mirror of https://github.com/FFmpeg/FFmpeg.git
Unfortunately pad_len and pad_dur behaviour was different if 0 was specified, pad_dur handled 0 duration as infinity, for pad_len, infinity was -1. Let's make the behaviour consistent by handling 0 duration for pad_dur and whole_dur as indeed 0 duration. This somewhat changes the behaviour of the filter if 0 was explicitly specified, but deprecating the old option and adding a new for the corrected behaviour seemed a bit overkill. So let's document the change instead. Signed-off-by: Marton Balint <cus@passwd.hu>pull/374/head
parent
97c3053d59
commit
0a9edac48e
3 changed files with 10 additions and 7 deletions
Loading…
Reference in new issue