Re: [FFmpeg-devel] [PATCH 1/3] avcodec/h264idct_template: Don't include h264dec.h

2023-10-12 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is only needed for scan8 which is in h264_parse.h. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/h264idct_template.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c > ind

[FFmpeg-devel] [PATCH 1/3] avcodec/h264idct_template: Don't include h264dec.h

2023-10-09 Thread Andreas Rheinhardt
It is only needed for scan8 which is in h264_parse.h. Signed-off-by: Andreas Rheinhardt --- 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