mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-09 14:08:07 +00:00
avcodec/vc2enc_dwt: add missing header
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6973846618
commit
0abdf7030e
@ -22,6 +22,7 @@
|
||||
#ifndef AVCODEC_VC2ENC_DWT_H
|
||||
#define AVCODEC_VC2ENC_DWT_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int16_t dwtcoef;
|
||||
|
Loading…
Reference in New Issue
Block a user