Changeset b33a594 in ffmpeg

Timestamp:
Nov 11, 2024, 8:56:34 PM (2 weeks ago)
Author:
Marton Balint <cus@passwd.hu>
Branches:
master
Children:
fe18ed3f
Parents:
97c5cc3a
git-author:
Marton Balint <cus@passwd.hu> (11/03/24 21:32:51)
git-committer:
Marton Balint <cus@passwd.hu> (11/11/24 20:56:34)
Message:

avfilter/f_loop: fix length of aloop leftover buffer

If the audio loop stops inside an audio frame, the leftover buffer contains the
end of the frame, which is not looped. The length supposed to be the part which
was not written to the loop buffer, so we need to drain exactly that number of
bytes from the leftover buffer.

Signed-off-by: Marton Balint <cus@passwd.hu>

(No files)

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