Commit 65d7d46f authored by James Almer's avatar James Almer

avcodec/mjpegenc_huffman: add missing header include

Fixes make checkheaders
parent 3f878aae
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment