]> git.sesse.net Git - ffmpeg/commit
lavfi/atempo: fix tempo range limit inconsistency
authorPavel Koshevoy <pkoshevoy@gmail.com>
Thu, 4 Oct 2018 04:59:31 +0000 (22:59 -0600)
committerPavel Koshevoy <pkoshevoy@gmail.com>
Fri, 5 Oct 2018 03:09:41 +0000 (21:09 -0600)
commit03123e4053d640070ca77adf99d5ae487806d51e
tree64758fd69c1422145aff71e9dec479ae9d11822b
parentd39fae08866efebbfdf25951fbaff4df9d26e6b3
lavfi/atempo: fix tempo range limit inconsistency

yae_set_tempo was overlooked when max tempo limit was raised to 100.

tested with:
./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
-af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav

where asendcmd.cfg was:
15.0-45.0 [enter] atempo tempo 2.0,
          [leave] atempo tempo 0.5;

60.0-300.0 [enter] atempo tempo 4.0,
           [leave] atempo tempo 1.0;
libavfilter/af_atempo.c