include dependencies ...
Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c91d512b36
commit
3635791a99
1 changed files with 3 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue