You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
h264 intra pred: add missing includes.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
8491ac3ad2
commit
55e35c98d5
@@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
#include "libavutil/avassert.h"
|
#include "libavutil/avassert.h"
|
||||||
#include "h264pred.h"
|
#include "h264pred.h"
|
||||||
|
#include "dsputil.h" // for ff_cropTbl
|
||||||
|
#include "avcodec.h" // for AV_CODEC_ID_*
|
||||||
|
|
||||||
#define BIT_DEPTH 8
|
#define BIT_DEPTH 8
|
||||||
#include "h264pred_template.c"
|
#include "h264pred_template.c"
|
||||||
|
Reference in New Issue
Block a user