1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavfilter
Marton Balint cde3c5fc0c avfilter/f_loop: fix aloop activate logic
The logic did not follow the documented behaviour and that caused skipping of
some audio in the loop and in the leftover buffer.

Example command line which should produce a smooth sine wave for the whole
duration of the output:

ffmpeg -f lavfi -i "sine=r=48000:f=480:d=4" -af "aloop=loop=4:start=48000:size=48000" out.wav

Fixes ticket #11283.

Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit fe18ed3f2a9221af0beaec7b04b7804849db1f2f)
2024-11-17 22:54:08 +01:00
..
2022-07-07 17:52:32 +02:00
2021-07-22 14:47:57 +02:00
2022-02-20 12:38:52 +01:00
2022-07-10 17:20:15 +02:00
2022-02-09 09:40:33 +01:00
2022-02-07 00:31:23 +01:00
2022-03-07 15:29:39 +01:00
2022-03-16 14:05:26 +02:00
2022-07-13 00:27:37 +02:00
2022-04-23 10:58:29 +02:00
2024-07-22 10:47:13 +02:00