diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-08-18 14:51:25 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-08-21 16:59:07 +0200 |
commit | aade9884e95c6f6da5a856da95501bc14a6225aa (patch) | |
tree | fcf32d5e987a5bcb27c2d3abba5437799c818be1 /RELEASE | |
parent | 4728cdd88033c2bd41ae675d7df9aaf3f578136b (diff) | |
download | ffmpeg-aade9884e95c6f6da5a856da95501bc14a6225aa.tar.gz |
lavfi/apad: fix logic when whole_len or pad_len options are specified
In particular, allow pad_len and whole_len to have value set to 0, which
means that no padding will be added. Previously a value set to 0 meant
that that the filter had to pad forever.
The new semantics is clearer, also simplifies scripting since the option
value might be automatically computed, so that no checks need to be done
in case it is 0.
The old semantics was never documented and the logic was broken (the
filter was always adding samples indefinitely), so this should not break
backward compatibility.
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions