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:
@@ -28,6 +28,10 @@
|
||||
#ifndef VC1DATA_H
|
||||
#define VC1DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "bitstream.h"
|
||||
#include "rational.h"
|
||||
|
||||
/** Table for conversion between TTBLK and TTMB */
|
||||
extern const int ff_vc1_ttblk_to_tt[3][8];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user