You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Revert "lavfi/atempo: avoid false triggering an assertion failure"
This reverts commit 4240e5b047
.
Fixes ticket #6540.
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
committed by
Marton Balint
parent
f4e593f7b5
commit
edb4ba5bd4
@@ -914,8 +914,8 @@ static int yae_flush(ATempoContext *atempo,
|
||||
|
||||
atempo->state = YAE_FLUSH_OUTPUT;
|
||||
|
||||
if (atempo->position[0] >= frag->position[0] + frag->nsamples &&
|
||||
atempo->position[1] >= frag->position[1] + frag->nsamples) {
|
||||
if (atempo->position[0] == frag->position[0] + frag->nsamples &&
|
||||
atempo->position[1] == frag->position[1] + frag->nsamples) {
|
||||
// the current fragment is already flushed:
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user