You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix make checkheaders by adding missing #include.
Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#define FFMPEG_HUFFMAN_H
|
#define FFMPEG_HUFFMAN_H
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
#include "bitstream.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int16_t sym;
|
int16_t sym;
|
||||||
|
Reference in New Issue
Block a user