avcodec/mjpegenc_huffman: add missing header include
Fixes make checkheaders
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#ifndef AVCODEC_MJPEGENC_HUFFMAN_H
|
||||
#define AVCODEC_MJPEGENC_HUFFMAN_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct MJpegEncHuffmanContext {
|
||||
int val_count[256];
|
||||
} MJpegEncHuffmanContext;
|
||||
|
||||
Reference in New Issue
Block a user