Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_extrastereo.c')
-rw-r--r--libavfilter/af_extrastereo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_extrastereo.c b/libavfilter/af_extrastereo.c
index 020d09c025..9d23e88646 100644
--- a/libavfilter/af_extrastereo.c
+++ b/libavfilter/af_extrastereo.c
@@ -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;