1
0
Fork 0

avcodec/h264idct_template: Don't include h264dec.h

It is only needed for scan8 which is in h264_parse.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-09-21 21:04:34 +02:00
parent a7663c9604
commit 8e1bb594fb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "bit_depth_template.c"
#include "libavutil/common.h"
#include "h264dec.h"
#include "h264_parse.h"
#include "h264idct.h"
void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)