diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-22 10:27:53 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-23 10:45:25 +0200 |
commit | 42e0e05834ba156f91d84e940fbfc8e2756954fb (patch) | |
tree | 02f7c7e9bea9ba180bc7027a41868f47e9c92caa /libavfilter/framequeue.c | |
parent | 35e7fa0a2e6d9bf7c44eac3b6ee2ce5eaca21c35 (diff) | |
download | ffmpeg-42e0e05834ba156f91d84e940fbfc8e2756954fb.tar.gz |
avfilter/af_atempo: Simplify resetting
The earlier code distinguished between a partial reset
(yae_clear()) and a complete reset (yae_release_buffers()
which also releases the buffers); this separation existed
to avoid allocations, as buffers were reallocated on reconfigs.
Yet it is pointless since a5704659e3e41b7698812b89f67d9a7467a74d20,
so simply use yae_release_buffers() everywhere.
Reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/framequeue.c')
0 files changed, 0 insertions, 0 deletions