lavfi: increase number of maximum registered filters from 64 to 128
This commit is contained in:
parent
217790871e
commit
1fc7077115
@ -687,7 +687,7 @@ void avfilter_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
|
||||
filter_samples(link, link->cur_buf);
|
||||
}
|
||||
|
||||
#define MAX_REGISTERED_AVFILTERS_NB 64
|
||||
#define MAX_REGISTERED_AVFILTERS_NB 128
|
||||
|
||||
static AVFilter *registered_avfilters[MAX_REGISTERED_AVFILTERS_NB + 1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user