ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog