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
release/0.6
Carl Eugen Hoyos 15 years ago
parent c6e1599b8a
commit 862715d3fe
  1. 1
      libavcodec/atrac.c

@ -30,6 +30,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "atrac.h"
float sf_table[64];
float qmf_window[48];

Loading…
Cancel
Save