Fix make checkheaders by adding missing #include.
Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
968fc6b96a
commit
b0bd01d68a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#define FFMPEG_HUFFMAN_H
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bitstream.h"
|
||||
|
||||
typedef struct {
|
||||
int16_t sym;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue