This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
afilter/af_extrastereo: remove dead initialization
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol
9 years ago
parent
755242b912
commit
a342c2a531
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/af_extrastereo.c
+ 1
- 1
libavfilter/af_extrastereo.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save