if ( av_len(PL_rsfp_filters) > 1 ) { warn("too many filters\n"); } #### #!/usr/bin/perl use myfilter; use otherfilter; ...