diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-26 06:10:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-09 13:47:40 +0200 |
commit | 990d9dd80000468ea4088cf318370b5045ea69d1 (patch) | |
tree | c0be537b546d51cda32bece58a65c4a8c42f616a /libavcodec/qdrw.c | |
parent | abe0a5dd0a87aa8f509a366910ed6e3ccc2bd281 (diff) | |
download | ffmpeg-990d9dd80000468ea4088cf318370b5045ea69d1.tar.gz |
avfilter/af_headphone: Only keep one AVFrame at a time
Despite the headphone filter only using one AVFrame at a time, it kept
an array each of whose entries contained a pointer to an AVFrame at all
times; the pointers were mostly NULL. This commit instead replaces them
by using a single pointer to an AVFrame on the stack of the only
function that actually uses them.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/qdrw.c')
0 files changed, 0 insertions, 0 deletions