diff libaf/af_hrtf.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 8c706ce21c6f
children 8fa2f43cb760
line wrap: on
line diff
--- a/libaf/af_hrtf.c	Tue May 12 19:25:35 2009 +0000
+++ b/libaf/af_hrtf.c	Wed May 13 02:58:57 2009 +0000
@@ -75,7 +75,7 @@
  *    nk:	length of the convolution kernel
  *    sx:	ring buffer
  *    sk:	convolution kernel
- *    offset:	offset on the ring buffer, can be 
+ *    offset:	offset on the ring buffer, can be
  */
 static float conv(const int nx, const int nk, const float *sx, const float *sk,
 		  const int offset)
@@ -338,7 +338,7 @@
 	}
 	s->print_flag = 1;
 	return AF_OK;
-    }    
+    }
 
     return AF_UNKNOWN;
 }
@@ -429,7 +429,7 @@
 		 "[hrtf] bogus decode_mode: %d\n", s->decode_mode);
 	  break;
 	}
-	
+
        if(s->matrix_mode)
 	  mp_msg(MSGT_AFILTER, MSGL_INFO,
 		 "[hrtf] Using active matrix to decode rear center "
@@ -439,20 +439,20 @@
     out = af->data->audio;
 
     /* MPlayer's 5 channel layout (notation for the variable):
-     * 
+     *
      * 0: L (LF), 1: R (RF), 2: Ls (LR), 3: Rs (RR), 4: C (CF), matrix
      * encoded: Cs (CR)
-     * 
+     *
      * or: L = left, C = center, R = right, F = front, R = rear
-     * 
+     *
      * Filter notation:
-     * 
+     *
      *      CF
      * OF        AF
      *      Ear->
      * OR        AR
      *      CR
-     * 
+     *
      * or: C = center, A = same side, O = opposite, F = front, R = rear
      */
 
@@ -667,7 +667,7 @@
     }
     for(i = 0; i < s->basslen; i++)
 	s->ba_ir[i] *= BASSGAIN;
-    
+
     return AF_OK;
 }