[FFmpeg-cvslog] avcodec/vc2enc_dwt: add missing header

James Almer git at videolan.org
Fri Feb 12 06:06:27 CET 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Feb 12 02:06:05 2016 -0300| [0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302] | committer: James Almer

avcodec/vc2enc_dwt: add missing header

Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302
---

 libavcodec/vc2enc_dwt.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vc2enc_dwt.h b/libavcodec/vc2enc_dwt.h
index ce141d7..8e1b614 100644
--- a/libavcodec/vc2enc_dwt.h
+++ b/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;



More information about the ffmpeg-cvslog mailing list