avcodec/vc2enc_dwt: add missing header

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2016-02-12 02:06:05 -03:00
parent 6973846618
commit 0abdf7030e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#ifndef AVCODEC_VC2ENC_DWT_H
#define AVCODEC_VC2ENC_DWT_H
#include <stddef.h>
#include <stdint.h>
typedef int16_t dwtcoef;