Commit 3635791a authored by Michael Niedermayer's avatar Michael Niedermayer

include dependencies ...

Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c91d512b
......@@ -22,6 +22,9 @@
#ifndef FFMPEG_FAANIDCT_H
#define FFMPEG_FAANIDCT_H
#include <stdint.h>
#include "dsputil.h"
void ff_faanidct(DCTELEM block[64]);
void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment