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
avfilter/af_ladspa: remove duplicate code lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n4.0
Paul B Mahol
8 years ago
parent
7c191dfba7
commit
59365e6345
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavfilter/af_ladspa.c
+ 0
- 2
libavfilter/af_ladspa.c
View File
@@ -318,8 +318,6 @@ static int config_output(AVFilterLink *outlink)
ret = 0;
} else {
LADSPAContext *s = ctx->priv;
outlink->sample_rate = s->sample_rate;
outlink->time_base = (AVRational){1, s->sample_rate};
Write
Preview
Loading…
Cancel
Save