aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qdrw.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-08-26 06:10:47 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-09 13:47:40 +0200
commit990d9dd80000468ea4088cf318370b5045ea69d1 (patch)
treec0be537b546d51cda32bece58a65c4a8c42f616a /libavcodec/qdrw.c
parentabe0a5dd0a87aa8f509a366910ed6e3ccc2bd281 (diff)
downloadffmpeg-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