Commit 55e35c98 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

h264 intra pred: add missing includes.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8491ac3a
......@@ -27,6 +27,8 @@
#include "libavutil/avassert.h"
#include "h264pred.h"
#include "dsputil.h" // for ff_cropTbl
#include "avcodec.h" // for AV_CODEC_ID_*
#define BIT_DEPTH 8
#include "h264pred_template.c"
......
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