mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avcodec/mjpegenc_huffman: add missing header include
Fixes make checkheaders
This commit is contained in:
parent
3f878aaedf
commit
65d7d46f71
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user