mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
include dependencies ...
Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c91d512b36
commit
3635791a99
@ -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…
Reference in New Issue
Block a user