lavfi: increase number of maximum registered filters from 64 to 128

pull/2/head
Stefano Sabatini 13 years ago
parent 217790871e
commit 1fc7077115
  1. 2
      libavfilter/avfilter.c

@ -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…
Cancel
Save