Commit 0abdf703 authored by James Almer's avatar James Almer

avcodec/vc2enc_dwt: add missing header

Fixes make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 69738466
......@@ -22,6 +22,7 @@
#ifndef AVCODEC_VC2ENC_DWT_H
#define AVCODEC_VC2ENC_DWT_H
#include <stddef.h>
#include <stdint.h>
typedef int16_t dwtcoef;
......
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