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:
@@ -22,6 +22,8 @@
|
||||
#ifndef RLE_H
|
||||
#define RLE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* RLE compress the row, with maximum size of out_size. Value before repeated bytes is (count ^ xor_rep) + add_rep.
|
||||
* Value before raw bytes is (count ^ xor_raw) + add_raw.
|
||||
|
||||
Reference in New Issue
Block a user