diff liba52/a52.h @ 3907:6312aa265429

pass accel flags to a52_resample_init
author arpi
date Sun, 30 Dec 2001 20:42:49 +0000
parents c3e62caf9ec6
children ef32c8bdee81
line wrap: on
line diff
--- a/liba52/a52.h	Sun Dec 30 20:32:57 2001 +0000
+++ b/liba52/a52.h	Sun Dec 30 20:42:49 2001 +0000
@@ -119,7 +119,7 @@
 		 sample_t (* call) (sample_t, void *), void * data);
 int a52_block (a52_state_t * state, sample_t * samples);
 
-void a52_resample_init(int _flags,int _chans);
+void a52_resample_init(uint32_t mm_accel,int _flags,int _chans);
 extern int (* a52_resample) (float * _f, int16_t * s16);
 
 uint16_t crc16_block(uint8_t *data,uint32_t num_bytes);