mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
include all prerequisites in header files
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
#ifndef TRUEMOTION1DATA_H
|
||||
#define TRUEMOTION1DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Y delta tables, skinny and fat */
|
||||
static const int16_t ydt1[8] = { 0, -2, 2, -6, 6, -12, 12, -12 };
|
||||
static const int16_t ydt2[8] = { 0, -2, 4, -6, 8, -12, 12, -12 };
|
||||
|
||||
Reference in New Issue
Block a user