mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 15:07:12 +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,10 @@
|
||||
* Range coder.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include "common.h"
|
||||
|
||||
typedef struct RangeCoder{
|
||||
int low;
|
||||
int range;
|
||||
|
Reference in New Issue
Block a user