diff options
Diffstat (limited to 'sbc/sbc_primitives.h')
| -rw-r--r-- | sbc/sbc_primitives.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/sbc/sbc_primitives.h b/sbc/sbc_primitives.h index a8b3df6e..91b72eef 100644 --- a/sbc/sbc_primitives.h +++ b/sbc/sbc_primitives.h @@ -33,13 +33,13 @@ struct sbc_encoder_state {  	int position[2];  	int16_t SBC_ALIGNED X[2][256];  	/* Polyphase analysis filter for 4 subbands configuration, -	   it handles 4 blocks at once */ +	 * it handles 4 blocks at once */  	void (*sbc_analyze_4b_4s)(int16_t *pcm, int16_t *x, -				  int32_t *out, int out_stride); +					int32_t *out, int out_stride);  	/* Polyphase analysis filter for 8 subbands configuration, -	   it handles 4 blocks at once */ +	 * it handles 4 blocks at once */  	void (*sbc_analyze_4b_8s)(int16_t *pcm, int16_t *x, -				  int32_t *out, int out_stride); +					int32_t *out, int out_stride);  };  /* | 
