mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-26 09:14:51 +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:
@@ -21,6 +21,8 @@
|
||||
#ifndef SVQ1_VLC_H
|
||||
#define SVQ1_VLC_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* values in this table range from 0..3; adjust retrieved value by +0 */
|
||||
static const uint8_t svq1_block_type_vlc[4][2] = {
|
||||
/* { code, length } */
|
||||
|
||||
Reference in New Issue
Block a user