mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 09:35:22 +00:00
afilter/af_extrastereo: remove dead initialization
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
755242b912
commit
a342c2a531
@ -64,7 +64,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
ExtraStereoContext *s = ctx->priv;
|
||||
const float *src = (const float *)in->data[0];
|
||||
const float mult = s->mult;
|
||||
AVFrame *out = NULL;
|
||||
AVFrame *out;
|
||||
float *dst;
|
||||
int n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user