avcodec/vc2enc_dwt: add missing header

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
pull/174/merge
James Almer 9 years ago
parent 6973846618
commit 0abdf7030e
  1. 1
      libavcodec/vc2enc_dwt.h

@ -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…
Cancel
Save