mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 11:03:26 +08:00
Add multiple inclusion guards.
Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -19,6 +19,11 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef FFMPEG_FAANIDCT_H
|
||||||
|
#define FFMPEG_FAANIDCT_H
|
||||||
|
|
||||||
void ff_faanidct(DCTELEM block[64]);
|
void ff_faanidct(DCTELEM block[64]);
|
||||||
void ff_faanidct_add(uint8_t *dest, int line_size, 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]);
|
void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
|
||||||
|
|
||||||
|
#endif /* FFMPEG_FAANIDCT_H */
|
||||||
|
Reference in New Issue
Block a user