1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

J'avions oublie celui-la :(

--Meuuh
This commit is contained in:
Christophe Massiot 1999-09-20 21:22:37 +00:00
parent f4cfe6bce6
commit 3b40f7cd21

11
include/audio_math.h Normal file
View File

@ -0,0 +1,11 @@
/******************************************************************************
* audio_math.h : PCM and DCT
* (c)1999 VideoLAN
******************************************************************************/
/******************************************************************************
* Prototypes
******************************************************************************/
void DCT32(float *x, adec_bank_t *b);
void PCM(adec_bank_t *b, s16 **pcm, int jump);