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: accepts ' ' as command separator too
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol
9 years ago
parent
ce855bf43b
commit
805563c814
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_ladspa.c
+ 1
- 1
libavfilter/af_ladspa.c
View File
@@ -546,7 +546,7 @@ static av_cold int init(AVFilterContext *ctx)
LADSPA_Data val;
int ret;
if (!(arg = av_strtok(p, "|", &saveptr)))
if (!(arg = av_strtok(p, "
|", &saveptr)))
break;
p = NULL;
Write
Preview
Loading…
Cancel
Save