[FFmpeg-cvslog] avcodec/h264idct_template: Don't include h264dec.h
Andreas Rheinhardt
git at videolan.org
Fri Oct 13 15:44:56 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Sep 21 21:04:34 2023 +0200| [8e1bb594fb362a10175713ffa62c049bdfd90116] | committer: Andreas Rheinhardt
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 at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e1bb594fb362a10175713ffa62c049bdfd90116
---
libavcodec/h264idct_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
More information about the ffmpeg-cvslog
mailing list