aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-21 21:04:34 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-13 14:35:07 +0200
commit8e1bb594fb362a10175713ffa62c049bdfd90116 (patch)
tree719ffb0063e5e250f551d1cea5bba3615a16c4bd
parenta7663c96044e51b48dd877f0ca4530bc36ba709a (diff)
downloadffmpeg-8e1bb594fb362a10175713ffa62c049bdfd90116.tar.gz
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>
-rw-r--r--libavcodec/h264idct_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c
index ec0b428c27..db19b5f9fb 100644
--- a/libavcodec/h264idct_template.c
+++ b/libavcodec/h264idct_template.c
@@ -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)