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:
@@ -29,6 +29,9 @@
|
||||
* svq1 code books.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* 6x16-entry codebook for inter-coded 4x2 vectors */
|
||||
static const int8_t svq1_inter_codebook_4x2[768] = {
|
||||
7, 2, -6, -7, 7, 3, -3, -4, -7, -2, 7, 8, -8, -4, 3, 4,
|
||||
|
||||
Reference in New Issue
Block a user