mirror of https://git.ffmpeg.org/ffmpeg.git
Include atrac.h: It contains the prototypes for atrac_generate_tables()
and atrac_iqmf(). Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c6e1599b8a
commit
862715d3fe
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "avcodec.h"
|
||||
#include "dsputil.h"
|
||||
#include "atrac.h"
|
||||
|
||||
float sf_table[64];
|
||||
float qmf_window[48];
|
||||
|
|
Loading…
Reference in New Issue