| 
																	
																	
																		
																	
																	
																 | 
																@@ -141,7 +141,7 @@ static int filter_samples(AVFilterLink *inlink, AVFilterBufferRef *insamples) | 
															
														
														
													
														
															
																 | 
																 | 
																
  | 
																 | 
																 | 
																
  | 
															
														
														
													
														
															
																 | 
																 | 
																    // process current input | 
																 | 
																 | 
																    // process current input | 
															
														
														
													
														
															
																 | 
																 | 
																    endin = in + insamples->audio->nb_samples * 2 - NUMTAPS; | 
																 | 
																 | 
																    endin = in + insamples->audio->nb_samples * 2 - NUMTAPS; | 
															
														
														
													
														
															
																 | 
																 | 
																    out   = scalarproduct(in, endin, out); | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																    scalarproduct(in, endin, out); | 
															
														
														
													
														
															
																 | 
																 | 
																
  | 
																 | 
																 | 
																
  | 
															
														
														
													
														
															
																 | 
																 | 
																    // save part of input for next round | 
																 | 
																 | 
																    // save part of input for next round | 
															
														
														
													
														
															
																 | 
																 | 
																    memcpy(taps, endin, NUMTAPS * sizeof(*taps)); | 
																 | 
																 | 
																    memcpy(taps, endin, NUMTAPS * sizeof(*taps)); | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																	
																	
																	
																 | 
																
  |