Changeset fe18ed3f in ffmpeg

Timestamp:
Nov 11, 2024, 8:56:34 PM (2 weeks ago)
Author:
Marton Balint <cus@passwd.hu>
Branches:
master
Children:
e7bdaadc
Parents:
b33a594
git-author:
Marton Balint <cus@passwd.hu> (11/03/24 23:43:06)
git-committer:
Marton Balint <cus@passwd.hu> (11/11/24 20:56:34)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.