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/vf_waveform: add forgotten color and acolor filter to switch case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.1
Paul B Mahol
9 years ago
parent
c3c7a879ba
commit
a68d4bf235
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vf_waveform.c
+ 2
- 0
libavfilter/vf_waveform.c
View File
@@ -2363,6 +2363,8 @@ static int config_input(AVFilterLink *inlink)
}
switch (s->filter) {
case COLOR:
case ACOLOR:
case LOWPASS:
switch (s->scale) {
case DIGITAL:
Write
Preview
Loading…
Cancel
Save